A B C D E G I O P R S T V W

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.
addAttribute(Map<String, Object>) - Method in class org.apache.tiles.velocity.template.Tiles2Tool
Executes the AddAttributeVModel.
addAttribute() - Method in class org.apache.tiles.velocity.template.Tiles2Tool
Prepares the AddAttributeVModel for the execution with a block inside Tiles2Tool.start(Map) and Tiles2Tool.end() calls.
AddAttributeVModel - Class in org.apache.tiles.velocity.template
Wraps AddAttributeModel to be used in Velocity.
AddAttributeVModel(AddAttributeModel) - Constructor for class org.apache.tiles.velocity.template.AddAttributeVModel
Constructor.
addListAttribute() - Method in class org.apache.tiles.velocity.template.Tiles2Tool
Prepares the AddListAttributeVModel for the execution with a block inside Tiles2Tool.start(Map) and Tiles2Tool.end() calls.
AddListAttributeVModel - Class in org.apache.tiles.velocity.template
Wraps AddListAttributeModel to be used in Velocity.
AddListAttributeVModel(AddListAttributeModel) - Constructor for class org.apache.tiles.velocity.template.AddListAttributeVModel
Constructor.

B

BodyExecutable - Interface in org.apache.tiles.velocity.template
It represents an object that can be executed, with a body with "start" and "end" operation, under a Velocity+Servlet context.

C

cloneAttribute(Attribute) - Method in class org.apache.tiles.velocity.template.VelocityStyleTilesTool
Creates an attribute that is a copy of the one passed as a parameter.
commit() - Method in class org.apache.tiles.velocity.renderer.VelocityAttributeRenderer
Commits the parameters and makes this renderer ready for the use.
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.
createRequestContext(TilesApplicationContext, Object...) - Method in class org.apache.tiles.velocity.context.VelocityTilesRequestContextFactory
createTemplateAttribute(String) - Method in class org.apache.tiles.velocity.template.VelocityStyleTilesTool
Creates an attribute that represents a template.

D

definition(Map<String, Object>) - Method in class org.apache.tiles.velocity.template.Tiles2Tool
Executes the DefinitionVModel.
definition() - Method in class org.apache.tiles.velocity.template.Tiles2Tool
Prepares the DefinitionVModel for the execution with a block inside Tiles2Tool.start(Map) and Tiles2Tool.end() calls.
DefinitionVModel - Class in org.apache.tiles.velocity.template
Wraps DefinitionModel to be used in Velocity.
DefinitionVModel(DefinitionModel, ServletContext) - Constructor for class org.apache.tiles.velocity.template.DefinitionVModel
Constructor.
dispatch(String) - Method in class org.apache.tiles.velocity.context.VelocityTilesRequestContext

E

EMPTY_RENDERABLE - Static variable in class org.apache.tiles.velocity.context.VelocityUtil
A renderable object that does not render anything.
end(HttpServletRequest, HttpServletResponse, Context) - Method in class org.apache.tiles.velocity.template.AddAttributeVModel
Ends the execution of the commands.
end(HttpServletRequest, HttpServletResponse, Context) - Method in class org.apache.tiles.velocity.template.AddListAttributeVModel
Ends the execution of the commands.
end(HttpServletRequest, HttpServletResponse, Context) - Method in interface org.apache.tiles.velocity.template.BodyExecutable
Ends the execution of the commands.
end(HttpServletRequest, HttpServletResponse, Context) - Method in class org.apache.tiles.velocity.template.DefinitionVModel
Ends the execution of the commands.
end(HttpServletRequest, HttpServletResponse, Context) - Method in class org.apache.tiles.velocity.template.GetAsStringVModel
Ends the execution of the commands.
end(HttpServletRequest, HttpServletResponse, Context) - Method in class org.apache.tiles.velocity.template.InsertAttributeVModel
Ends the execution of the commands.
end(HttpServletRequest, HttpServletResponse, Context) - Method in class org.apache.tiles.velocity.template.InsertDefinitionVModel
Ends the execution of the commands.
end(HttpServletRequest, HttpServletResponse, Context) - Method in class org.apache.tiles.velocity.template.InsertTemplateVModel
Ends the execution of the commands.
end(HttpServletRequest, HttpServletResponse, Context) - Method in class org.apache.tiles.velocity.template.PutAttributeVModel
Ends the execution of the commands.
end(HttpServletRequest, HttpServletResponse, Context) - Method in class org.apache.tiles.velocity.template.PutListAttributeVModel
Ends the execution of the commands.
end() - Method in class org.apache.tiles.velocity.template.Tiles2Tool
Ends a "model" after the execution of a block.
endAttributeContext() - Method in class org.apache.tiles.velocity.template.VelocityStyleTilesTool
Ends the current attribute context.
Executable - Interface in org.apache.tiles.velocity.template
It represents an object that can be executed under a Velocity+Servlet context.
execute(HttpServletRequest, HttpServletResponse, Context, Map<String, Object>) - Method in class org.apache.tiles.velocity.template.AddAttributeVModel
Executes the command.
execute(HttpServletRequest, HttpServletResponse, Context, Map<String, Object>) - Method in class org.apache.tiles.velocity.template.DefinitionVModel
Executes the command.
execute(HttpServletRequest, HttpServletResponse, Context, Map<String, Object>) - Method in interface org.apache.tiles.velocity.template.Executable
Executes the command.
execute(HttpServletRequest, HttpServletResponse, Context, Map<String, Object>) - Method in class org.apache.tiles.velocity.template.GetAsStringVModel
Executes the command.
execute(HttpServletRequest, HttpServletResponse, Context, Map<String, Object>) - Method in class org.apache.tiles.velocity.template.ImportAttributeVModel
Executes the command.
execute(HttpServletRequest, HttpServletResponse, Context, Map<String, Object>) - Method in class org.apache.tiles.velocity.template.InsertAttributeVModel
Executes the command.
execute(HttpServletRequest, HttpServletResponse, Context, Map<String, Object>) - Method in class org.apache.tiles.velocity.template.InsertDefinitionVModel
Executes the command.
execute(HttpServletRequest, HttpServletResponse, Context, Map<String, Object>) - Method in class org.apache.tiles.velocity.template.InsertTemplateVModel
Executes the command.
execute(HttpServletRequest, HttpServletResponse, Context, Map<String, Object>) - Method in class org.apache.tiles.velocity.template.PutAttributeVModel
Executes the command.

G

getAddAttribute() - Method in class org.apache.tiles.velocity.template.TilesVelocityRepository
Returns the "addAttribute" model.
getAddListAttribute() - Method in class org.apache.tiles.velocity.template.TilesVelocityRepository
Returns the "addListAttribute" model.
getAsString(Map<String, Object>) - Method in class org.apache.tiles.velocity.template.Tiles2Tool
Executes the GetAsStringVModel.
getAsString() - Method in class org.apache.tiles.velocity.template.Tiles2Tool
Prepares the GetAsStringVModel for the execution with a block inside Tiles2Tool.start(Map) and Tiles2Tool.end() calls.
GetAsStringVModel - Class in org.apache.tiles.velocity.template
Wraps GetAsStringModel to be used in Velocity.
GetAsStringVModel(GetAsStringModel, ServletContext) - Constructor for class org.apache.tiles.velocity.template.GetAsStringVModel
Constructor.
getAttribute(String) - Method in class org.apache.tiles.velocity.template.VelocityStyleTilesTool
Returns an attribute.
getAttributeContext() - Method in class org.apache.tiles.velocity.template.VelocityStyleTilesTool
Returns the current attribute context.
getDefinition() - Method in class org.apache.tiles.velocity.template.TilesVelocityRepository
Returns the "definition" model.
getGetAsString() - Method in class org.apache.tiles.velocity.template.TilesVelocityRepository
Returns the "getAsString" model.
getImportAttribute() - Method in class org.apache.tiles.velocity.template.TilesVelocityRepository
Returns the "importAttribute" model.
getInsertAttribute() - Method in class org.apache.tiles.velocity.template.TilesVelocityRepository
Returns the "insertAttribute" model.
getInsertDefinition() - Method in class org.apache.tiles.velocity.template.TilesVelocityRepository
Returns the "insertDefinition" model.
getInsertTemplate() - Method in class org.apache.tiles.velocity.template.TilesVelocityRepository
Returns the "insertTemplate" model.
getParameterStack(Context) - Static method in class org.apache.tiles.velocity.context.VelocityUtil
Returns or creates the parameter stack to use.
getPrintWriter() - Method in class org.apache.tiles.velocity.context.VelocityTilesRequestContext
getPutAttribute() - Method in class org.apache.tiles.velocity.template.TilesVelocityRepository
Returns the "putAttribute" model.
getPutListAttribute() - Method in class org.apache.tiles.velocity.template.TilesVelocityRepository
Returns the "putListAttribute" model.
getRequest() - Method in class org.apache.tiles.velocity.template.ContextHolder
Returns the HTTP request.
getRequestObjects() - Method in class org.apache.tiles.velocity.context.VelocityTilesRequestContext
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.
getVelocityContext() - Method in class org.apache.tiles.velocity.template.ContextHolder
Returns the Velocity context..
getWriter() - Method in class org.apache.tiles.velocity.context.VelocityTilesRequestContext

I

importAttribute(Map<String, Object>) - Method in class org.apache.tiles.velocity.template.Tiles2Tool
Executes the ImportAttributeVModel.
ImportAttributeVModel - Class in org.apache.tiles.velocity.template
Wraps ImportAttributeModel to be used in Velocity.
ImportAttributeVModel(ImportAttributeModel, ServletContext) - Constructor for class org.apache.tiles.velocity.template.ImportAttributeVModel
Constructor.
include(String) - Method in class org.apache.tiles.velocity.context.VelocityTilesRequestContext
init(Map<String, String>) - Method in class org.apache.tiles.velocity.context.VelocityTilesRequestContextFactory
insertAttribute(Map<String, Object>) - Method in class org.apache.tiles.velocity.template.Tiles2Tool
Executes the InsertAttributeVModel.
insertAttribute() - Method in class org.apache.tiles.velocity.template.Tiles2Tool
Prepares the InsertAttributeVModel for the execution with a block inside Tiles2Tool.start(Map) and Tiles2Tool.end() calls.
InsertAttributeVModel - Class in org.apache.tiles.velocity.template
Wraps InsertAttributeModel to be used in Velocity.
InsertAttributeVModel(InsertAttributeModel, ServletContext) - Constructor for class org.apache.tiles.velocity.template.InsertAttributeVModel
Constructor.
insertDefinition(Map<String, Object>) - Method in class org.apache.tiles.velocity.template.Tiles2Tool
Executes the InsertDefinitionVModel.
insertDefinition() - Method in class org.apache.tiles.velocity.template.Tiles2Tool
Prepares the InsertDefinitionVModel for the execution with a block inside Tiles2Tool.start(Map) and Tiles2Tool.end() calls.
InsertDefinitionVModel - Class in org.apache.tiles.velocity.template
Wraps InsertDefinitionModel to be used in Velocity.
InsertDefinitionVModel(InsertDefinitionModel, ServletContext) - Constructor for class org.apache.tiles.velocity.template.InsertDefinitionVModel
Constructor.
insertTemplate(Map<String, Object>) - Method in class org.apache.tiles.velocity.template.Tiles2Tool
Executes the InsertTemplateVModel.
insertTemplate() - Method in class org.apache.tiles.velocity.template.Tiles2Tool
Prepares the InsertTemplateVModel for the execution with a block inside Tiles2Tool.start(Map) and Tiles2Tool.end() calls.
InsertTemplateVModel - Class in org.apache.tiles.velocity.template
Wraps InsertTemplateModel to be used in Velocity.
InsertTemplateVModel(InsertTemplateModel, ServletContext) - Constructor for class org.apache.tiles.velocity.template.InsertTemplateVModel
Constructor.

O

org.apache.tiles.velocity - package org.apache.tiles.velocity
Classes to support Velocity under a servlet environment in Tiles.
org.apache.tiles.velocity.context - package org.apache.tiles.velocity.context
Context classes to make Velocity work with Tiles.
org.apache.tiles.velocity.renderer - package org.apache.tiles.velocity.renderer
Velocity-typed attributes can be rendered by using classes in this package.
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.
putAttribute(Map<String, Object>) - Method in class org.apache.tiles.velocity.template.Tiles2Tool
Executes the PutAttributeVModel.
putAttribute() - Method in class org.apache.tiles.velocity.template.Tiles2Tool
Prepares the PutAttributeVModel for the execution with a block inside Tiles2Tool.start(Map) and Tiles2Tool.end() calls.
PutAttributeVModel - Class in org.apache.tiles.velocity.template
Wraps PutAttributeModel to be used in Velocity.
PutAttributeVModel(PutAttributeModel, ServletContext) - Constructor for class org.apache.tiles.velocity.template.PutAttributeVModel
Constructor.
putListAttribute() - Method in class org.apache.tiles.velocity.template.Tiles2Tool
Prepares the PutListAttributeVModel for the execution with a block inside Tiles2Tool.start(Map) and Tiles2Tool.end() calls.
PutListAttributeVModel - Class in org.apache.tiles.velocity.template
Wraps PutListAttributeModel to be used in Velocity.
PutListAttributeVModel(PutListAttributeModel, ServletContext) - Constructor for class org.apache.tiles.velocity.template.PutListAttributeVModel
Constructor.

R

renderAttribute(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

setAttribute(Context, HttpServletRequest, ServletContext, String, Object, String) - Static method in class org.apache.tiles.velocity.context.VelocityUtil
Sets an attribute in the desired scope.
setCurrentContainer(String) - Method in class org.apache.tiles.velocity.template.VelocityStyleTilesTool
Sets the current container for the current request.
setParameter(String, String) - Method in class org.apache.tiles.velocity.renderer.VelocityAttributeRenderer
Sets a parameter for the internal servlet.
setRequest(HttpServletRequest) - Method in class org.apache.tiles.velocity.template.ContextHolder
Sets the current HttpServletRequest.
setRequestContextFactory(TilesRequestContextFactory) - Method in class org.apache.tiles.velocity.context.VelocityTilesRequestContextFactory
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.
start(HttpServletRequest, HttpServletResponse, Context, Map<String, Object>) - Method in class org.apache.tiles.velocity.template.AddAttributeVModel
Starts the execution of the commands.
start(HttpServletRequest, HttpServletResponse, Context, Map<String, Object>) - Method in class org.apache.tiles.velocity.template.AddListAttributeVModel
Starts the execution of the commands.
start(HttpServletRequest, HttpServletResponse, Context, Map<String, Object>) - Method in interface org.apache.tiles.velocity.template.BodyExecutable
Starts the execution of the commands.
start(HttpServletRequest, HttpServletResponse, Context, Map<String, Object>) - Method in class org.apache.tiles.velocity.template.DefinitionVModel
Starts the execution of the commands.
start(HttpServletRequest, HttpServletResponse, Context, Map<String, Object>) - Method in class org.apache.tiles.velocity.template.GetAsStringVModel
Starts the execution of the commands.
start(HttpServletRequest, HttpServletResponse, Context, Map<String, Object>) - Method in class org.apache.tiles.velocity.template.InsertAttributeVModel
Starts the execution of the commands.
start(HttpServletRequest, HttpServletResponse, Context, Map<String, Object>) - Method in class org.apache.tiles.velocity.template.InsertDefinitionVModel
Starts the execution of the commands.
start(HttpServletRequest, HttpServletResponse, Context, Map<String, Object>) - Method in class org.apache.tiles.velocity.template.InsertTemplateVModel
Starts the execution of the commands.
start(HttpServletRequest, HttpServletResponse, Context, Map<String, Object>) - Method in class org.apache.tiles.velocity.template.PutAttributeVModel
Starts the execution of the commands.
start(HttpServletRequest, HttpServletResponse, Context, Map<String, Object>) - Method in class org.apache.tiles.velocity.template.PutListAttributeVModel
Starts the execution of the commands.
start(Map<String, Object>) - Method in class org.apache.tiles.velocity.template.Tiles2Tool
Starts a "model" for the execution in a block.
startAttributeContext() - Method in class org.apache.tiles.velocity.template.VelocityStyleTilesTool
Starts the attribute context.

T

Tiles2Tool - Class in org.apache.tiles.velocity.template
The Tiles tool to be used in Velocity templates.
Tiles2Tool() - Constructor for class org.apache.tiles.velocity.template.Tiles2Tool
 
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(Exception) - Constructor for exception org.apache.tiles.velocity.TilesVelocityException
Constructor.
TilesVelocityException(String, Exception) - Constructor for exception org.apache.tiles.velocity.TilesVelocityException
Constructor.
TilesVelocityRepository - Class in org.apache.tiles.velocity.template
Collects all Tiles+Velocity models.
TilesVelocityRepository(ServletContext) - Constructor for class org.apache.tiles.velocity.template.TilesVelocityRepository
Constructor.
toSimpleBoolean(Boolean, boolean) - Static method in class org.apache.tiles.velocity.context.VelocityUtil
Null-safe conversion from Boolean to boolean.
toString() - Method in class org.apache.tiles.velocity.template.AbstractDefaultToStringRenderable
toString() - Method in class org.apache.tiles.velocity.template.VelocityStyleTilesTool

V

VelocityAttributeRenderer - Class in org.apache.tiles.velocity.renderer
Attribute renderer for rendering Velocity templates as attributes.
VelocityAttributeRenderer() - Constructor for class org.apache.tiles.velocity.renderer.VelocityAttributeRenderer
 
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
 
VelocityTilesRequestContext - Class in org.apache.tiles.velocity.context
The implementation of the Tiles request context specific for Velocity.
VelocityTilesRequestContext(TilesRequestContext, Context, Writer) - Constructor for class org.apache.tiles.velocity.context.VelocityTilesRequestContext
Constructor.
VelocityTilesRequestContextFactory - Class in org.apache.tiles.velocity.context
The implementation of the Tiles request context factory specific for Velocity.
VelocityTilesRequestContextFactory() - Constructor for class org.apache.tiles.velocity.context.VelocityTilesRequestContextFactory
 
VelocityUtil - Class in org.apache.tiles.velocity.context
Utilities for Velocity usage in Tiles.

W

write(Object, Attribute, TilesRequestContext) - Method in class org.apache.tiles.velocity.renderer.VelocityAttributeRenderer

A B C D E G I O P R S T V W

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