Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
I
O
P
R
S
T
V
A
AbstractDefaultToStringRenderable
- Class in
org.apache.tiles.velocity.template
Renderable that provides a default implementation of
Renderable#toString()
and allows access to parameters and context objects.
AbstractDefaultToStringRenderable(Context, Map<String, Object>, HttpServletResponse, HttpServletRequest)
- Constructor for class org.apache.tiles.velocity.template.
AbstractDefaultToStringRenderable
Constructor.
AddAttributeDirective
- Class in
org.apache.tiles.velocity.template
Add an element to the surrounding list.
AddAttributeDirective()
- Constructor for class org.apache.tiles.velocity.template.
AddAttributeDirective
AddListAttributeDirective
- Class in
org.apache.tiles.velocity.template
Declare a list that will be pass as an attribute.
AddListAttributeDirective()
- Constructor for class org.apache.tiles.velocity.template.
AddListAttributeDirective
C
clone(Attribute)
- Method in class org.apache.tiles.velocity.template.
VelocityStyleTilesTool
Creates an attribute that is a copy of the one passed as a parameter.
ContextHolder
- Class in
org.apache.tiles.velocity.template
An object that holds the current state of Velocity in a Servlet environment.
ContextHolder()
- Constructor for class org.apache.tiles.velocity.template.
ContextHolder
createAttribute()
- Method in class org.apache.tiles.velocity.template.
VelocityStyleTilesTool
Creates a new empty attribute.
createTemplateAttribute(String)
- Method in class org.apache.tiles.velocity.template.
VelocityStyleTilesTool
Creates an attribute that represents a template.
createVelocityRequest(ServletContext, Writer)
- Method in class org.apache.tiles.velocity.template.
VelocityStyleTilesTool
Creates a Velocity request.
D
DefinitionDirective
- Class in
org.apache.tiles.velocity.template
Create a definition at runtime.
DefinitionDirective()
- Constructor for class org.apache.tiles.velocity.template.
DefinitionDirective
E
endAttributeContext()
- Method in class org.apache.tiles.velocity.template.
VelocityStyleTilesTool
Ends the current attribute context.
G
get(String)
- Method in class org.apache.tiles.velocity.template.
VelocityStyleTilesTool
Returns an attribute.
GetAsStringDirective
- Class in
org.apache.tiles.velocity.template
Render the value of the specified template attribute to the current Writer
GetAsStringDirective()
- Constructor for class org.apache.tiles.velocity.template.
GetAsStringDirective
getAttributeContext()
- Method in class org.apache.tiles.velocity.template.
VelocityStyleTilesTool
Returns the current attribute context.
getName()
- Method in class org.apache.tiles.velocity.template.
AddAttributeDirective
getName()
- Method in class org.apache.tiles.velocity.template.
AddListAttributeDirective
getName()
- Method in class org.apache.tiles.velocity.template.
DefinitionDirective
getName()
- Method in class org.apache.tiles.velocity.template.
GetAsStringDirective
getName()
- Method in class org.apache.tiles.velocity.template.
ImportAttributeDirective
getName()
- Method in class org.apache.tiles.velocity.template.
InsertAttributeDirective
getName()
- Method in class org.apache.tiles.velocity.template.
InsertDefinitionDirective
getName()
- Method in class org.apache.tiles.velocity.template.
InsertTemplateDirective
getName()
- Method in class org.apache.tiles.velocity.template.
PutAttributeDirective
getName()
- Method in class org.apache.tiles.velocity.template.
PutListAttributeDirective
getName()
- Method in class org.apache.tiles.velocity.template.
SetCurrentContainerDirective
getRequest()
- Method in class org.apache.tiles.velocity.template.
ContextHolder
Returns the HTTP request.
getResponse()
- Method in class org.apache.tiles.velocity.template.
ContextHolder
Returns the HTTP response.
getServletContext()
- Method in class org.apache.tiles.velocity.template.
ContextHolder
Returns the Servlet context.
getType()
- Method in class org.apache.tiles.velocity.template.
AddAttributeDirective
getType()
- Method in class org.apache.tiles.velocity.template.
AddListAttributeDirective
getType()
- Method in class org.apache.tiles.velocity.template.
DefinitionDirective
getType()
- Method in class org.apache.tiles.velocity.template.
GetAsStringDirective
getType()
- Method in class org.apache.tiles.velocity.template.
ImportAttributeDirective
getType()
- Method in class org.apache.tiles.velocity.template.
InsertAttributeDirective
getType()
- Method in class org.apache.tiles.velocity.template.
InsertDefinitionDirective
getType()
- Method in class org.apache.tiles.velocity.template.
InsertTemplateDirective
getType()
- Method in class org.apache.tiles.velocity.template.
PutAttributeDirective
getType()
- Method in class org.apache.tiles.velocity.template.
PutListAttributeDirective
getType()
- Method in class org.apache.tiles.velocity.template.
SetCurrentContainerDirective
getVelocityContext()
- Method in class org.apache.tiles.velocity.template.
ContextHolder
Returns the Velocity context..
I
ImportAttributeDirective
- Class in
org.apache.tiles.velocity.template
Import attribute(s) in specified context.
ImportAttributeDirective()
- Constructor for class org.apache.tiles.velocity.template.
ImportAttributeDirective
InsertAttributeDirective
- Class in
org.apache.tiles.velocity.template
Inserts the value of an attribute into the page.
InsertAttributeDirective()
- Constructor for class org.apache.tiles.velocity.template.
InsertAttributeDirective
InsertDefinitionDirective
- Class in
org.apache.tiles.velocity.template
Insert a definition.
InsertDefinitionDirective()
- Constructor for class org.apache.tiles.velocity.template.
InsertDefinitionDirective
InsertTemplateDirective
- Class in
org.apache.tiles.velocity.template
Insert a template.
InsertTemplateDirective()
- Constructor for class org.apache.tiles.velocity.template.
InsertTemplateDirective
O
org.apache.tiles.velocity
- package org.apache.tiles.velocity
Classes to support Velocity under a servlet environment in Tiles.
org.apache.tiles.velocity.template
- package org.apache.tiles.velocity.template
Classes that allow the use of "Tiles template" as a Velocity tool.
P
params
- Variable in class org.apache.tiles.velocity.template.
AbstractDefaultToStringRenderable
The parameters used in the current tool call.
PutAttributeDirective
- Class in
org.apache.tiles.velocity.template
Put an attribute in enclosing attribute container tag.
PutAttributeDirective()
- Constructor for class org.apache.tiles.velocity.template.
PutAttributeDirective
PutListAttributeDirective
- Class in
org.apache.tiles.velocity.template
Declare a list that will be pass as attribute to tile.
PutListAttributeDirective()
- Constructor for class org.apache.tiles.velocity.template.
PutListAttributeDirective
R
render(InternalContextAdapter, Writer, Node)
- Method in class org.apache.tiles.velocity.template.
AddAttributeDirective
render(InternalContextAdapter, Writer, Node)
- Method in class org.apache.tiles.velocity.template.
AddListAttributeDirective
render(InternalContextAdapter, Writer, Node)
- Method in class org.apache.tiles.velocity.template.
DefinitionDirective
render(InternalContextAdapter, Writer, Node)
- Method in class org.apache.tiles.velocity.template.
GetAsStringDirective
render(InternalContextAdapter, Writer, Node)
- Method in class org.apache.tiles.velocity.template.
ImportAttributeDirective
render(InternalContextAdapter, Writer, Node)
- Method in class org.apache.tiles.velocity.template.
InsertAttributeDirective
render(InternalContextAdapter, Writer, Node)
- Method in class org.apache.tiles.velocity.template.
InsertDefinitionDirective
render(InternalContextAdapter, Writer, Node)
- Method in class org.apache.tiles.velocity.template.
InsertTemplateDirective
render(InternalContextAdapter, Writer, Node)
- Method in class org.apache.tiles.velocity.template.
PutAttributeDirective
render(InternalContextAdapter, Writer, Node)
- Method in class org.apache.tiles.velocity.template.
PutListAttributeDirective
render(InternalContextAdapter, Writer, Node)
- Method in class org.apache.tiles.velocity.template.
SetCurrentContainerDirective
render(Attribute)
- Method in class org.apache.tiles.velocity.template.
VelocityStyleTilesTool
Renders an attribute.
renderAttributeContext()
- Method in class org.apache.tiles.velocity.template.
VelocityStyleTilesTool
Renders the current attribute context.
renderDefinition(String)
- Method in class org.apache.tiles.velocity.template.
VelocityStyleTilesTool
Renders a definition.
request
- Variable in class org.apache.tiles.velocity.template.
AbstractDefaultToStringRenderable
The HTTP request.
response
- Variable in class org.apache.tiles.velocity.template.
AbstractDefaultToStringRenderable
The HTTP response.
S
setCurrentContainer(String)
- Method in class org.apache.tiles.velocity.template.
VelocityStyleTilesTool
Sets the current container for the current request.
SetCurrentContainerDirective
- Class in
org.apache.tiles.velocity.template
Selects a container to be used as the "current" container.
SetCurrentContainerDirective()
- Constructor for class org.apache.tiles.velocity.template.
SetCurrentContainerDirective
setRequest(HttpServletRequest)
- Method in class org.apache.tiles.velocity.template.
ContextHolder
Sets the current
HttpServletRequest
.
setResponse(HttpServletResponse)
- Method in class org.apache.tiles.velocity.template.
ContextHolder
Sets the current
HttpServletResponse
.
setServletContext(ServletContext)
- Method in class org.apache.tiles.velocity.template.
ContextHolder
Sets the
ServletContext
.
setVelocityContext(Context)
- Method in class org.apache.tiles.velocity.template.
ContextHolder
Sets the Velocity
Context
.
startAttributeContext()
- Method in class org.apache.tiles.velocity.template.
VelocityStyleTilesTool
Starts the attribute context.
T
TilesVelocityException
- Exception in
org.apache.tiles.velocity
Exception connected to the usage of Velocity and Tiles.
TilesVelocityException()
- Constructor for exception org.apache.tiles.velocity.
TilesVelocityException
Constructor.
TilesVelocityException(String)
- Constructor for exception org.apache.tiles.velocity.
TilesVelocityException
Constructor.
TilesVelocityException(Throwable)
- Constructor for exception org.apache.tiles.velocity.
TilesVelocityException
Constructor.
TilesVelocityException(String, Throwable)
- Constructor for exception org.apache.tiles.velocity.
TilesVelocityException
Constructor.
toString()
- Method in class org.apache.tiles.velocity.template.
AbstractDefaultToStringRenderable
toString()
- Method in class org.apache.tiles.velocity.template.
VelocityStyleTilesTool
V
velocityContext
- Variable in class org.apache.tiles.velocity.template.
AbstractDefaultToStringRenderable
The Velocity context.
VelocityStyleTilesTool
- Class in
org.apache.tiles.velocity.template
Tiles Tool to be used "the classic way".
VelocityStyleTilesTool()
- Constructor for class org.apache.tiles.velocity.template.
VelocityStyleTilesTool
A
C
D
E
G
I
O
P
R
S
T
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2001-2012
Apache Software Foundation
. All Rights Reserved.