|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ComponentResourceSelector
instead.
@UsesOrderedConfiguration(value=ComponentTemplateLocator.class) public interface ComponentTemplateLocator
Chain-of-command interface used to locate page and component templates. Contributions to this service support alternate naming schemes for template files, or alternate locations in which to search for template files.
This service was introduced in Tapestry 5.2, but deprecated in Tapestry 5.3. It is utilized by the default
implementation of ComponentResourceSelector
.
TapestryConstants.TEMPLATE_EXTENSION
Method Summary | |
---|---|
Resource |
locateTemplate(ComponentModel model,
Locale locale)
Deprecated. Locates the template for the given model as a Resource . |
Method Detail |
---|
Resource locateTemplate(ComponentModel model, Locale locale)
Resource
.
model
- defines the component, especially its base resourcelocale
- to which the
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |