Uses of Interface
org.apache.tapestry5.services.dynamic.DynamicTemplate

Packages that use DynamicTemplate
org.apache.tapestry5.internal.dynamic [INTERNAL USE ONLY] support classes for the Dynamic component; API subject to change 
org.apache.tapestry5.services.dynamic Services supporting the Dynamic component. 
 

Uses of DynamicTemplate in org.apache.tapestry5.internal.dynamic
 

Methods in org.apache.tapestry5.internal.dynamic that return DynamicTemplate
 DynamicTemplate DynamicTemplateSaxParser.parse()
           
 DynamicTemplate DynamicTemplateParserImpl.parseTemplate(Resource resource)
           
 

Uses of DynamicTemplate in org.apache.tapestry5.services.dynamic
 

Methods in org.apache.tapestry5.services.dynamic that return DynamicTemplate
 DynamicTemplate DynamicTemplateParser.parseTemplate(Resource resource)
          Given a Resource, parse the XML file into a template.
 



Copyright © 2003-2012 The Apache Software Foundation.