Uses of Package
org.apache.tiles.autotag.model

Packages that use org.apache.tiles.autotag.model
org.apache.tiles.autotag.core The Autotag core parsing code. 
org.apache.tiles.autotag.freemarker Autotag support for Freemarker. 
org.apache.tiles.autotag.generate The Autotag generation classes. 
org.apache.tiles.autotag.jsp Autotag support for JavaServer Pages. 
org.apache.tiles.autotag.model Domain model classes representing a parsed template suite. 
org.apache.tiles.autotag.velocity Autotag support for Velocity. 
 

Classes in org.apache.tiles.autotag.model used by org.apache.tiles.autotag.core
TemplateSuite
          It represents a suite of template classes.
TemplateSuiteFactory
          Creates a new template suite.
 

Classes in org.apache.tiles.autotag.model used by org.apache.tiles.autotag.freemarker
TemplateClass
          It represents a parsed template class.
TemplateSuite
          It represents a suite of template classes.
 

Classes in org.apache.tiles.autotag.model used by org.apache.tiles.autotag.generate
TemplateClass
          It represents a parsed template class.
TemplateSuite
          It represents a suite of template classes.
 

Classes in org.apache.tiles.autotag.model used by org.apache.tiles.autotag.jsp
TemplateClass
          It represents a parsed template class.
TemplateSuite
          It represents a suite of template classes.
 

Classes in org.apache.tiles.autotag.model used by org.apache.tiles.autotag.model
TemplateClass
          It represents a parsed template class.
TemplateMethod
          It represents a parsed method in a parsed template class.
TemplateParameter
          It represents a parameter in a method in a parsed template class.
TemplateSuite
          It represents a suite of template classes.
 

Classes in org.apache.tiles.autotag.model used by org.apache.tiles.autotag.velocity
TemplateClass
          It represents a parsed template class.
TemplateSuite
          It represents a suite of template classes.
 



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