@Deprecated public class Tiles2Tool extends VelocityStyleTilesTool
start(Map), then your code in the block, and then end().| Constructor and Description |
|---|
Tiles2Tool()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Tiles2Tool |
addAttribute()
Deprecated.
|
Tiles2Tool |
addAttribute(Map<String,Object> params)
Deprecated.
Executes the
AddAttributeVModel. |
Tiles2Tool |
addListAttribute()
Deprecated.
Prepares the
AddListAttributeVModel for the execution with a block
inside start(Map) and end() calls. |
Tiles2Tool |
definition()
Deprecated.
|
Tiles2Tool |
definition(Map<String,Object> params)
Deprecated.
Executes the
DefinitionVModel. |
org.apache.velocity.runtime.Renderable |
end()
Deprecated.
Ends a "model" after the execution of a block.
|
Tiles2Tool |
getAsString()
Deprecated.
|
org.apache.velocity.runtime.Renderable |
getAsString(Map<String,Object> params)
Deprecated.
Executes the
GetAsStringVModel. |
org.apache.velocity.runtime.Renderable |
importAttribute(Map<String,Object> params)
Deprecated.
Executes the
ImportAttributeVModel. |
Tiles2Tool |
insertAttribute()
Deprecated.
Prepares the
InsertAttributeVModel for the execution with a block
inside start(Map) and end() calls. |
org.apache.velocity.runtime.Renderable |
insertAttribute(Map<String,Object> params)
Deprecated.
Executes the
InsertAttributeVModel. |
Tiles2Tool |
insertDefinition()
Deprecated.
Prepares the
InsertDefinitionVModel for the execution with a block
inside start(Map) and end() calls. |
org.apache.velocity.runtime.Renderable |
insertDefinition(Map<String,Object> params)
Deprecated.
Executes the
InsertDefinitionVModel. |
Tiles2Tool |
insertTemplate()
Deprecated.
|
org.apache.velocity.runtime.Renderable |
insertTemplate(Map<String,Object> params)
Deprecated.
Executes the
InsertTemplateVModel. |
Tiles2Tool |
putAttribute()
Deprecated.
|
Tiles2Tool |
putAttribute(Map<String,Object> params)
Deprecated.
Executes the
PutAttributeVModel. |
Tiles2Tool |
putListAttribute()
Deprecated.
Prepares the
PutListAttributeVModel for the execution with a block
inside start(Map) and end() calls. |
Tiles2Tool |
start(Map<String,Object> params)
Deprecated.
Starts a "model" for the execution in a block.
|
clone, createAttribute, createTemplateAttribute, endAttributeContext, get, getAttributeContext, render, renderAttributeContext, renderDefinition, setCurrentContainer, startAttributeContext, toStringgetRequest, getResponse, getServletContext, getVelocityContext, setRequest, setResponse, setServletContext, setVelocityContextpublic Tiles2Tool addAttribute(Map<String,Object> params)
AddAttributeVModel.params - The map of parameters.AddAttributeModelpublic Tiles2Tool addAttribute()
AddAttributeModelpublic Tiles2Tool addListAttribute()
AddListAttributeVModel for the execution with a block
inside start(Map) and end() calls.AddListAttributeModelpublic Tiles2Tool definition(Map<String,Object> params)
DefinitionVModel.params - The map of parameters.DefinitionModelpublic Tiles2Tool definition()
DefinitionModelpublic org.apache.velocity.runtime.Renderable getAsString(Map<String,Object> params)
GetAsStringVModel.params - The map of parameters.GetAsStringModelpublic Tiles2Tool getAsString()
GetAsStringModelpublic org.apache.velocity.runtime.Renderable importAttribute(Map<String,Object> params)
ImportAttributeVModel.params - The map of parameters.ImportAttributeModelpublic org.apache.velocity.runtime.Renderable insertAttribute(Map<String,Object> params)
InsertAttributeVModel.params - The map of parameters.InsertAttributeModelpublic Tiles2Tool insertAttribute()
InsertAttributeVModel for the execution with a block
inside start(Map) and end() calls.InsertAttributeModelpublic org.apache.velocity.runtime.Renderable insertDefinition(Map<String,Object> params)
InsertDefinitionVModel.params - The map of parameters.InsertDefinitionModelpublic Tiles2Tool insertDefinition()
InsertDefinitionVModel for the execution with a block
inside start(Map) and end() calls.InsertDefinitionModelpublic org.apache.velocity.runtime.Renderable insertTemplate(Map<String,Object> params)
InsertTemplateVModel.params - The map of parameters.InsertTemplateModelpublic Tiles2Tool insertTemplate()
InsertTemplateModelpublic Tiles2Tool putAttribute(Map<String,Object> params)
PutAttributeVModel.params - The map of parameters.PutAttributeModelpublic Tiles2Tool putAttribute()
PutAttributeModelpublic Tiles2Tool putListAttribute()
PutListAttributeVModel for the execution with a block
inside start(Map) and end() calls.PutListAttributeModelpublic Tiles2Tool start(Map<String,Object> params)
params - The map of parameters.public org.apache.velocity.runtime.Renderable end()
Copyright © 2025. All rights reserved.