Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
I
M
N
O
P
R
S
T
V
A
addAll(Map<String, Attribute>)
- Method in interface org.apache.tiles.
AttributeContext
Add all attributes to the context.
addAttribute(Attribute)
- Method in class org.apache.tiles.mgmt.
TileDefinition
Add an attribute to this definition.
addMissing(Map<String, Attribute>)
- Method in interface org.apache.tiles.
AttributeContext
Add all attributes to the context
Attribute
- Class in
org.apache.tiles
Common implementation of attribute definition.
Attribute()
- Constructor for class org.apache.tiles.
Attribute
Constructor.
Attribute(Object)
- Constructor for class org.apache.tiles.
Attribute
Constructor.
Attribute(Attribute)
- Constructor for class org.apache.tiles.
Attribute
Copy constructor.
Attribute(String, Object)
- Constructor for class org.apache.tiles.
Attribute
Constructor.
Attribute(Object, String)
- Constructor for class org.apache.tiles.
Attribute
Constructor.
Attribute(Object, String, String)
- Constructor for class org.apache.tiles.
Attribute
Constructor.
Attribute(String, Object, String, String)
- Constructor for class org.apache.tiles.
Attribute
Constructor.
AttributeContext
- Interface in
org.apache.tiles
Encapsulation of the current state of execution.
AttributeContextMutator
- Interface in
org.apache.tiles.web
It represents an object able to manipulate a
AttributeContext
.
attributes
- Variable in class org.apache.tiles.mgmt.
TileDefinition
Attributes defined for the definition.
C
clear()
- Method in interface org.apache.tiles.
AttributeContext
Clear the attributes
CONTAINER_ATTRIBUTE
- Static variable in class org.apache.tiles.access.
TilesAccess
The name of the attribute to use when getting and setting the container object in a context.
D
DEFINITION
- Static variable in class org.apache.tiles.
Attribute
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...)
- Method in interface org.apache.tiles.
TilesContainer
Ends a context, where attribute values are stored independently from others.
G
getApplicationContext(Object)
- Static method in class org.apache.tiles.access.
TilesAccess
Returns the Tiles application context object.
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.
AttributeContext
Retrieve 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.
getAttributeContext(Object...)
- Method in interface org.apache.tiles.
TilesContainer
Retrive the attribute context of the current request.
getAttributeNames()
- Method in interface org.apache.tiles.
AttributeContext
Iterator of all attribute names.
getAttributes()
- Method in class org.apache.tiles.
Attribute
Returns the underlying attributes for this attribute.
getAttributes()
- Method in class org.apache.tiles.mgmt.
TileDefinition
Access method for the attributes property.
getContainer(Object)
- Static method in class org.apache.tiles.access.
TilesAccess
Finds and returns a Tiles container object, if it was previously initialized.
getDefinitionName(HttpServletRequest)
- Method in class org.apache.tiles.web.
TilesDispatchServlet
Returns the called definition name for the given request.
getExtends()
- Method in class org.apache.tiles.mgmt.
TileDefinition
Get extends.
getFilterConfig()
- Method in class org.apache.tiles.web.
TilesDecorationFilter
Returns the filter configuration object.
getInitParams()
- Method in interface org.apache.tiles.
TilesApplicationContext
Return an immutable Map that maps context application initialization parameters to their values.
getName()
- Method in class org.apache.tiles.
Attribute
Returns the name of the attribute.
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.
Attribute
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
Returns the servlet context.
getTemplate()
- Method in class org.apache.tiles.mgmt.
TileDefinition
Access method for the template property.
getType()
- Method in class org.apache.tiles.
Attribute
Returns the type of this attribute.
getValue()
- Method in class org.apache.tiles.
Attribute
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(String, Object...)
- 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(AttributeContext, ServletRequest)
- Method in interface org.apache.tiles.web.
AttributeContextMutator
Mutate a
AttributeContext
.
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
Creates the alternate definitions map, to map a mask of definition names to a configured definition.
prepare(String, Object...)
- 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, Attribute)
- Method in interface org.apache.tiles.
AttributeContext
Add the specified attribute.
putAttribute(String, Attribute)
- Method in class org.apache.tiles.mgmt.
TileDefinition
Put a new attribute in this definition.
R
register(TileDefinition, Object...)
- Method in interface org.apache.tiles.mgmt.
MutableTilesContainer
Register a new definition with the container.
render(String, Object...)
- Method in interface org.apache.tiles.
TilesContainer
Render the given tiles request
render(Attribute, Writer, Object...)
- Method in interface org.apache.tiles.
TilesContainer
Render the given Attribute.
role
- Variable in class org.apache.tiles.
Attribute
Role associated to this attribute.
role
- Variable in class org.apache.tiles.mgmt.
TileDefinition
Role associated to definition.
S
setAttributes(Map<String, Attribute>)
- Method in class org.apache.tiles.
Attribute
Sets the underlying attributes for this attribute.
setBody(String)
- Method in class org.apache.tiles.
Attribute
Sets the body of this attribute.
setContainer(Object, TilesContainer)
- Static method in class org.apache.tiles.access.
TilesAccess
Configures the container to be used in the application.
setExtends(String)
- Method in class org.apache.tiles.mgmt.
TileDefinition
Set extends.
setName(String)
- Method in class org.apache.tiles.
Attribute
Sets the name of the attribute.
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.
Attribute
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.
Attribute
Sets the type of this attribute.
setValue(Object)
- Method in class org.apache.tiles.
Attribute
Set value.
startContext(Object...)
- Method in interface org.apache.tiles.
TilesContainer
Starts a new context, where attribute values are stored independently from others.
STRING
- Static variable in class org.apache.tiles.
Attribute
Attribute of type string.
T
TEMPLATE
- Static variable in class org.apache.tiles.
Attribute
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
Constructor.
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.
Attribute
V
value
- Variable in class org.apache.tiles.
Attribute
The value of the attribute.
A
C
D
E
G
I
M
N
O
P
R
S
T
V
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes