org.apache.tapestry5.internal.services.templates
Class PageTemplateLocator
java.lang.Object
org.apache.tapestry5.internal.services.templates.PageTemplateLocator
- All Implemented Interfaces:
- ComponentTemplateLocator
public class PageTemplateLocator
- extends Object
- implements ComponentTemplateLocator
The special case for pages, where the template is searched for in the web application context.
- Since:
- 5.2.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageTemplateLocator
public PageTemplateLocator(Resource contextRoot,
ComponentClassResolver resolver,
String applicationFolder)
locateTemplate
public Resource locateTemplate(ComponentModel model,
Locale locale)
- Description copied from interface:
ComponentTemplateLocator
- Locates the template for the given model as a
Resource
.
- Specified by:
locateTemplate
in interface ComponentTemplateLocator
- Parameters:
model
- defines the component, especially its base resourcelocale
- to which the
- Returns:
- localized template resource if found, or null if not found
Copyright © 2003-2012 The Apache Software Foundation.