This project has retired. For details please refer to its Attic page.
Uses of Package org.apache.tiles.template (Tiles 2 2.2.2 API)

Uses of Package
org.apache.tiles.template

Packages that use org.apache.tiles.template
org.apache.tiles.freemarker.template Models, i.e. directives and other support classes, that allow the use of "Tiles template" as FreeMarker directives. 
org.apache.tiles.template Tiles template classes, that enable to write support code for template languages (JSP, FreeMarker, Velocity). 
org.apache.tiles.velocity.template Classes that allow the use of "Tiles template" as a Velocity tool. 
 

Classes in org.apache.tiles.template used by org.apache.tiles.freemarker.template
AddAttributeModel
           Add an element to the surrounding list.
AddListAttributeModel
           Declare a list that will be pass as an attribute.
DefinitionModel
           Create a definition at runtime.
GetAsStringModel
           Render the value of the specified template attribute to the current Writer Retrieve the value of the specified template attribute property, and render it to the current Writer as a String.
ImportAttributeModel
           Import attribute(s) in specified context.
InsertAttributeModel
           Inserts the value of an attribute into the page.
InsertDefinitionModel
           Insert a definition.
InsertTemplateModel
           Insert a template.
PutAttributeModel
           Put an attribute in enclosing attribute container tag.
PutListAttributeModel
           Declare a list that will be pass as attribute to tile.
 

Classes in org.apache.tiles.template used by org.apache.tiles.template
AttributeResolver
          Resolves an attribute, depending on the given parameters.
 

Classes in org.apache.tiles.template used by org.apache.tiles.velocity.template
AddAttributeModel
           Add an element to the surrounding list.
AddListAttributeModel
           Declare a list that will be pass as an attribute.
DefinitionModel
           Create a definition at runtime.
GetAsStringModel
           Render the value of the specified template attribute to the current Writer Retrieve the value of the specified template attribute property, and render it to the current Writer as a String.
ImportAttributeModel
           Import attribute(s) in specified context.
InsertAttributeModel
           Inserts the value of an attribute into the page.
InsertDefinitionModel
           Insert a definition.
InsertTemplateModel
           Insert a template.
PutAttributeModel
           Put an attribute in enclosing attribute container tag.
PutListAttributeModel
           Declare a list that will be pass as attribute to tile.
 



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