@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, toString
getRequest, getResponse, getServletContext, getVelocityContext, setRequest, setResponse, setServletContext, setVelocityContext
public Tiles2Tool addAttribute(Map<String,Object> params)
AddAttributeVModel
.params
- The map of parameters.AddAttributeModel
public Tiles2Tool addAttribute()
AddAttributeModel
public Tiles2Tool addListAttribute()
AddListAttributeVModel
for the execution with a block
inside start(Map)
and end()
calls.AddListAttributeModel
public Tiles2Tool definition(Map<String,Object> params)
DefinitionVModel
.params
- The map of parameters.DefinitionModel
public Tiles2Tool definition()
DefinitionModel
public org.apache.velocity.runtime.Renderable getAsString(Map<String,Object> params)
GetAsStringVModel
.params
- The map of parameters.GetAsStringModel
public Tiles2Tool getAsString()
GetAsStringModel
public org.apache.velocity.runtime.Renderable importAttribute(Map<String,Object> params)
ImportAttributeVModel
.params
- The map of parameters.ImportAttributeModel
public org.apache.velocity.runtime.Renderable insertAttribute(Map<String,Object> params)
InsertAttributeVModel
.params
- The map of parameters.InsertAttributeModel
public Tiles2Tool insertAttribute()
InsertAttributeVModel
for the execution with a block
inside start(Map)
and end()
calls.InsertAttributeModel
public org.apache.velocity.runtime.Renderable insertDefinition(Map<String,Object> params)
InsertDefinitionVModel
.params
- The map of parameters.InsertDefinitionModel
public Tiles2Tool insertDefinition()
InsertDefinitionVModel
for the execution with a block
inside start(Map)
and end()
calls.InsertDefinitionModel
public org.apache.velocity.runtime.Renderable insertTemplate(Map<String,Object> params)
InsertTemplateVModel
.params
- The map of parameters.InsertTemplateModel
public Tiles2Tool insertTemplate()
InsertTemplateModel
public Tiles2Tool putAttribute(Map<String,Object> params)
PutAttributeVModel
.params
- The map of parameters.PutAttributeModel
public Tiles2Tool putAttribute()
PutAttributeModel
public Tiles2Tool putListAttribute()
PutListAttributeVModel
for the execution with a block
inside start(Map)
and end()
calls.PutListAttributeModel
public Tiles2Tool start(Map<String,Object> params)
params
- The map of parameters.public org.apache.velocity.runtime.Renderable end()
Copyright © 2017. All rights reserved.