ComponentResourceSelector
instead.@UsesOrderedConfiguration(value=ComponentTemplateLocator.class) public interface ComponentTemplateLocator
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
Modifier and Type | Method and Description |
---|---|
Resource |
locateTemplate(ComponentModel model,
Locale locale)
Deprecated.
Locates the template for the given model as a
Resource . |
Resource locateTemplate(ComponentModel model, Locale locale)
Resource
.model
- defines the component, especially its base resourcelocale
- to which theCopyright © 2003-2012 The Apache Software Foundation.