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

Uses of Class
org.apache.tiles.velocity.template.Tiles2Tool

Packages that use Tiles2Tool
org.apache.tiles.velocity.template Classes that allow the use of "Tiles template" as a Velocity tool. 
 

Uses of Tiles2Tool in org.apache.tiles.velocity.template
 

Methods in org.apache.tiles.velocity.template that return Tiles2Tool
 Tiles2Tool Tiles2Tool.addAttribute()
          Deprecated. Prepares the AddAttributeVModel for the execution with a block inside start(Map) and end() calls.
 Tiles2Tool Tiles2Tool.addAttribute(Map<String,Object> params)
          Deprecated. Executes the AddAttributeVModel.
 Tiles2Tool Tiles2Tool.addListAttribute()
          Deprecated. Prepares the AddListAttributeVModel for the execution with a block inside start(Map) and end() calls.
 Tiles2Tool Tiles2Tool.definition()
          Deprecated. Prepares the DefinitionVModel for the execution with a block inside start(Map) and end() calls.
 Tiles2Tool Tiles2Tool.definition(Map<String,Object> params)
          Deprecated. Executes the DefinitionVModel.
 Tiles2Tool Tiles2Tool.getAsString()
          Deprecated. Prepares the GetAsStringVModel for the execution with a block inside start(Map) and end() calls.
 Tiles2Tool Tiles2Tool.insertAttribute()
          Deprecated. Prepares the InsertAttributeVModel for the execution with a block inside start(Map) and end() calls.
 Tiles2Tool Tiles2Tool.insertDefinition()
          Deprecated. Prepares the InsertDefinitionVModel for the execution with a block inside start(Map) and end() calls.
 Tiles2Tool Tiles2Tool.insertTemplate()
          Deprecated. Prepares the InsertTemplateVModel for the execution with a block inside start(Map) and end() calls.
 Tiles2Tool Tiles2Tool.putAttribute()
          Deprecated. Prepares the PutAttributeVModel for the execution with a block inside start(Map) and end() calls.
 Tiles2Tool Tiles2Tool.putAttribute(Map<String,Object> params)
          Deprecated. Executes the PutAttributeVModel.
 Tiles2Tool Tiles2Tool.putListAttribute()
          Deprecated. Prepares the PutListAttributeVModel for the execution with a block inside start(Map) and end() calls.
 Tiles2Tool Tiles2Tool.start(Map<String,Object> params)
          Deprecated. Starts a "model" for the execution in a block.
 



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