Package | Description |
---|---|
org.apache.tiles.velocity.template |
Classes that allow the use of "Tiles template" as a Velocity tool.
|
Modifier and Type | Method and Description |
---|---|
Tiles2Tool |
Tiles2Tool.addAttribute()
Deprecated.
|
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.
|
Tiles2Tool |
Tiles2Tool.definition(Map<String,Object> params)
Deprecated.
Executes the
DefinitionVModel . |
Tiles2Tool |
Tiles2Tool.getAsString()
Deprecated.
|
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.
|
Tiles2Tool |
Tiles2Tool.putAttribute()
Deprecated.
|
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 © 2017. All rights reserved.