Uses of Class
org.apache.tiles.autotag.model.TemplateMethod

Packages that use TemplateMethod
org.apache.tiles.autotag.model Domain model classes representing a parsed template suite. 
 

Uses of TemplateMethod in org.apache.tiles.autotag.model
 

Methods in org.apache.tiles.autotag.model that return TemplateMethod
 TemplateMethod TemplateClass.getExecuteMethod()
          Returns the method that execute this class.
 

Constructors in org.apache.tiles.autotag.model with parameters of type TemplateMethod
TemplateClass(String name, String tagName, String tagClassPrefix, TemplateMethod executeMethod)
          Constructor.
 



Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.