org.apache.tapestry5.internal.services.templates
Class DefaultTemplateLocator

java.lang.Object
  extended by org.apache.tapestry5.internal.services.templates.DefaultTemplateLocator
All Implemented Interfaces:
ComponentTemplateLocator

public class DefaultTemplateLocator
extends Object
implements ComponentTemplateLocator


Constructor Summary
DefaultTemplateLocator()
           
 
Method Summary
 Resource locateTemplate(ComponentModel model, Locale locale)
          Locates the template for the given model as a Resource.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTemplateLocator

public DefaultTemplateLocator()
Method Detail

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 resource
locale - to which the
Returns:
localized template resource if found, or null if not found


Copyright © 2003-2012 The Apache Software Foundation.