A C D E F G I M N O P R S T V

A

addAll(Map<String, ComponentAttribute>) - Method in interface org.apache.tiles.ComponentContext
Add all attributes to the context.
addMissing(Map<String, ComponentAttribute>) - Method in interface org.apache.tiles.ComponentContext
Add all attributes to the context
attributes - Variable in class org.apache.tiles.mgmt.TileDefinition
Attributes defined for the component.

C

clear() - Method in interface org.apache.tiles.ComponentContext
Clear the attributes
ComponentAttribute - Class in org.apache.tiles
Common implementation of attribute definition.
ComponentAttribute() - Constructor for class org.apache.tiles.ComponentAttribute
Constructor.
ComponentAttribute(Object) - Constructor for class org.apache.tiles.ComponentAttribute
Constructor.
ComponentAttribute(String, Object) - Constructor for class org.apache.tiles.ComponentAttribute
Constructor.
ComponentAttribute(Object, String) - Constructor for class org.apache.tiles.ComponentAttribute
Constructor.
ComponentAttribute(Object, String, String) - Constructor for class org.apache.tiles.ComponentAttribute
Constructor.
ComponentContext - Interface in org.apache.tiles
Encapsulation of the current state of execution.
ComponentContextMutator - Interface in org.apache.tiles.web
 
CONTAINER_ATTRIBUTE - Static variable in class org.apache.tiles.access.TilesAccess
 

D

DEFINITION - Static variable in class org.apache.tiles.ComponentAttribute
Attribute of type definition.
destroy() - Method in class org.apache.tiles.web.TilesDecorationFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.tiles.web.TilesDecorationFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.tiles.web.TilesDispatchServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.tiles.web.TilesDispatchServlet
 

E

endContext(Object, Object) - Method in interface org.apache.tiles.TilesContainer
Ends a context, where attribute values are stored independently from others.
It must be called after a TilesContainer.startContext(Object, Object) call.
endContext(PageContext) - Method in interface org.apache.tiles.TilesContainer
Ends a context, where attribute values are stored independently from others.
It must be called after a TilesContainer.startContext(PageContext) call.

F

findAttribute(String, PageContext) - Method in interface org.apache.tiles.ComponentContext
Find the attribute

G

getApplicationContext(Object) - Static method in class org.apache.tiles.access.TilesAccess
 
getApplicationContext() - Method in interface org.apache.tiles.TilesContainer
Retrieve the containers context.
getApplicationScope() - Method in interface org.apache.tiles.TilesApplicationContext
Returns a mutable Map that maps application scope attribute names to their values.
getAttribute(String) - Method in interface org.apache.tiles.ComponentContext
Retrieve the named attribute.
getAttribute(String, int, PageContext) - Method in interface org.apache.tiles.ComponentContext
Find the named attribute.
getAttribute(String) - Method in class org.apache.tiles.mgmt.TileDefinition
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttributeNames() - Method in interface org.apache.tiles.ComponentContext
Iterator of all attribute names.
getAttributes() - Method in class org.apache.tiles.ComponentAttribute
 
getAttributes() - Method in class org.apache.tiles.mgmt.TileDefinition
Access method for the attributes property.
getComponentContext(Object, Object) - Method in interface org.apache.tiles.TilesContainer
Retrive the component context of the current request.
getComponentContext(PageContext) - Method in interface org.apache.tiles.TilesContainer
Retrieve the component context of the current request
getContainer(Object) - Static method in class org.apache.tiles.access.TilesAccess
 
getDefinitionName(HttpServletRequest) - Method in class org.apache.tiles.web.TilesDispatchServlet
 
getException() - Method in exception org.apache.tiles.TilesException
Return the embedded exception, if any.
getExtends() - Method in class org.apache.tiles.mgmt.TileDefinition
Get extends.
getFilterConfig() - Method in class org.apache.tiles.web.TilesDecorationFilter
 
getInitParams() - Method in interface org.apache.tiles.TilesApplicationContext
Return an immutable Map that maps context application initialization parameters to their values.
getMessage() - Method in exception org.apache.tiles.TilesException
Return a detail message for this exception.
getName() - Method in class org.apache.tiles.ComponentAttribute
 
getName() - Method in class org.apache.tiles.mgmt.TileDefinition
Access method for the name property.
getPreparer() - Method in class org.apache.tiles.mgmt.TileDefinition
Get associated preparerInstance
getResource(String) - Method in interface org.apache.tiles.TilesApplicationContext
Return a URL for the application resource mapped to the specified path.
getResources(String) - Method in interface org.apache.tiles.TilesApplicationContext
Return a URL for the application resource mapped to the specified path.
getRole() - Method in class org.apache.tiles.ComponentAttribute
Get role.
getRole() - Method in class org.apache.tiles.mgmt.TileDefinition
Access method for the role property.
getServletContext() - Method in class org.apache.tiles.web.TilesDecorationFilter
 
getTemplate() - Method in class org.apache.tiles.mgmt.TileDefinition
Access method for the template property.
getType() - Method in class org.apache.tiles.ComponentAttribute
 
getValue() - Method in class org.apache.tiles.ComponentAttribute
Get value.

I

inherit - Variable in class org.apache.tiles.mgmt.TileDefinition
Extends attribute value.
init(Map<String, String>) - Method in interface org.apache.tiles.TilesContainer
Initialize the container with the given configuration.
init(FilterConfig) - Method in class org.apache.tiles.web.TilesDecorationFilter
 
init() - Method in class org.apache.tiles.web.TilesDispatchServlet
 
isValidDefinition(PageContext, String) - Method in interface org.apache.tiles.TilesContainer
Determine whether or not the definition exists.
isValidDefinition(Object, Object, String) - Method in interface org.apache.tiles.TilesContainer
Determine whether or not the definition exists.

M

MutableTilesContainer - Interface in org.apache.tiles.mgmt
Defines a mutable version of the TilesContainer.
mutate(ComponentContext, ServletRequest) - Method in interface org.apache.tiles.web.ComponentContextMutator
 

N

name - Variable in class org.apache.tiles.mgmt.TileDefinition
TileDefinition name

O

org.apache.tiles - package org.apache.tiles
 
org.apache.tiles.access - package org.apache.tiles.access
 
org.apache.tiles.mgmt - package org.apache.tiles.mgmt
 
org.apache.tiles.web - package org.apache.tiles.web
 

P

parseAlternateDefinitions() - Method in class org.apache.tiles.web.TilesDecorationFilter
 
prepare(Object, Object, String) - Method in interface org.apache.tiles.TilesContainer
 
prepare(PageContext, String) - Method in interface org.apache.tiles.TilesContainer
 
preparer - Variable in class org.apache.tiles.mgmt.TileDefinition
Associated ViewPreparer URL or classname, if defined
putAttribute(String, ComponentAttribute) - Method in interface org.apache.tiles.ComponentContext
Add the specified attribute.

R

register(TileDefinition) - Method in interface org.apache.tiles.mgmt.MutableTilesContainer
Register a new definition with the container.
render(Object, Object, String) - Method in interface org.apache.tiles.TilesContainer
Render the given tiles request
render(PageContext, String) - Method in interface org.apache.tiles.TilesContainer
 
render(PageContext, ComponentAttribute) - Method in interface org.apache.tiles.TilesContainer
Render the given ComponentAttribute.
role - Variable in class org.apache.tiles.ComponentAttribute
Role associated to this attribute.
role - Variable in class org.apache.tiles.mgmt.TileDefinition
Role associated to definition.

S

setAttributes(Map<String, ComponentAttribute>) - Method in class org.apache.tiles.ComponentAttribute
 
setBody(String) - Method in class org.apache.tiles.ComponentAttribute
 
setContainer(Object, TilesContainer) - Static method in class org.apache.tiles.access.TilesAccess
 
setExtends(String) - Method in class org.apache.tiles.mgmt.TileDefinition
Set extends.
setName(String) - Method in class org.apache.tiles.ComponentAttribute
 
setName(String) - Method in class org.apache.tiles.mgmt.TileDefinition
Sets the value of the name property.
setPreparer(String) - Method in class org.apache.tiles.mgmt.TileDefinition
Set associated preparerInstance URL.
setRole(String) - Method in class org.apache.tiles.ComponentAttribute
Set role.
setRole(String) - Method in class org.apache.tiles.mgmt.TileDefinition
Sets the value of the role property.
setTemplate(String) - Method in class org.apache.tiles.mgmt.TileDefinition
Sets the value of the template property.
setType(String) - Method in class org.apache.tiles.ComponentAttribute
 
setValue(Object) - Method in class org.apache.tiles.ComponentAttribute
Set value.
startContext(Object, Object) - Method in interface org.apache.tiles.TilesContainer
Starts a new context, where attribute values are stored independently from others.
When the use of the contexts is finished, call TilesContainer.endContext(Object, Object)
startContext(PageContext) - Method in interface org.apache.tiles.TilesContainer
Starts a new context, where attribute values are stored independently from others.
When the use of the contexts is finished, call TilesContainer.endContext(PageContext)
STRING - Static variable in class org.apache.tiles.ComponentAttribute
Attribute of type string.

T

TEMPLATE - Static variable in class org.apache.tiles.ComponentAttribute
Attribute of type template.
template - Variable in class org.apache.tiles.mgmt.TileDefinition
Template path.
TileDefinition - Class in org.apache.tiles.mgmt
Data transfer object used for registering new definitions with the Container.
TileDefinition() - Constructor for class org.apache.tiles.mgmt.TileDefinition
 
TilesAccess - Class in org.apache.tiles.access
Provides static access to the tiles container.
TilesAccess() - Constructor for class org.apache.tiles.access.TilesAccess
 
TilesApplicationContext - Interface in org.apache.tiles
Defines a set of methods which tiles use to communicate to the tiles container and runtime environment.
TilesContainer - Interface in org.apache.tiles
An encapsulation of the tiles framework.
TilesDecorationFilter - Class in org.apache.tiles.web
Decoration Filter.
TilesDecorationFilter() - Constructor for class org.apache.tiles.web.TilesDecorationFilter
 
TilesDispatchServlet - Class in org.apache.tiles.web
Tiles dispatching servlet.
TilesDispatchServlet() - Constructor for class org.apache.tiles.web.TilesDispatchServlet
 
TilesException - Exception in org.apache.tiles
Root class for all Tiles-exceptions.
TilesException() - Constructor for exception org.apache.tiles.TilesException
Constructor.
TilesException(String) - Constructor for exception org.apache.tiles.TilesException
Constructor.
TilesException(Exception) - Constructor for exception org.apache.tiles.TilesException
Create a new TilesException wrapping an existing exception.
TilesException(String, Exception) - Constructor for exception org.apache.tiles.TilesException
Create a new TilesException from an existing exception.
toString() - Method in class org.apache.tiles.ComponentAttribute
Get String representation of this object.

V

value - Variable in class org.apache.tiles.ComponentAttribute
 

A C D E F G I M N O P R S T V