A B C D E G H I L M N O P R S T V

A

add(Attribute) - Method in class org.apache.tiles.ListAttribute
Add an element in list.
add(Object) - Method in class org.apache.tiles.ListAttribute
Add an element in list.
addAll(Map<String, Attribute>) - Method in interface org.apache.tiles.AttributeContext
Add all attributes to the context.
addAll(Map<String, Attribute>) - Method in class org.apache.tiles.BasicAttributeContext
Add all attributes to this context.
addAttribute(Attribute) - Method in class org.apache.tiles.Definition
Deprecated. Use BasicAttributeContext.putAttribute(String, Attribute).
addMissing(Map<String, Attribute>) - Method in interface org.apache.tiles.AttributeContext
Add all attributes to the context.
addMissing(Map<String, Attribute>) - Method in class org.apache.tiles.BasicAttributeContext
Add all missing attributes to this context.
addObject(Object) - Method in class org.apache.tiles.ListAttribute
Add an element in list.
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, Attribute.AttributeType) - Constructor for class org.apache.tiles.Attribute
Deprecated. Use Attribute.Attribute(Object, String, String).
Attribute(Object, String, String) - Constructor for class org.apache.tiles.Attribute
Constructor.
Attribute(String, Object, String, Attribute.AttributeType) - Constructor for class org.apache.tiles.Attribute
Deprecated. Use Attribute#Attribute(Object, String, String))).
Attribute.AttributeType - Enum in org.apache.tiles
Deprecated. Use Attribute.setRenderer(String) and Attribute.getRenderer().
AttributeContext - Interface in org.apache.tiles
Encapsulation of the current state of execution.
attributes - Variable in class org.apache.tiles.BasicAttributeContext
Template attributes.

B

BasicAttributeContext - Class in org.apache.tiles
Basic implementation for AttributeContext.
BasicAttributeContext() - Constructor for class org.apache.tiles.BasicAttributeContext
Constructor.
BasicAttributeContext(Map<String, Attribute>) - Constructor for class org.apache.tiles.BasicAttributeContext
Constructor.
BasicAttributeContext(AttributeContext) - Constructor for class org.apache.tiles.BasicAttributeContext
Copy constructor.
BasicAttributeContext(BasicAttributeContext) - Constructor for class org.apache.tiles.BasicAttributeContext
Copy constructor.

C

CannotAccessMethodException - Exception in org.apache.tiles.reflect
Indicates that a method cannot be accessed.
CannotAccessMethodException() - Constructor for exception org.apache.tiles.reflect.CannotAccessMethodException
Constructor.
CannotAccessMethodException(String) - Constructor for exception org.apache.tiles.reflect.CannotAccessMethodException
Constructor.
CannotAccessMethodException(Exception) - Constructor for exception org.apache.tiles.reflect.CannotAccessMethodException
Constructor.
CannotAccessMethodException(String, Exception) - Constructor for exception org.apache.tiles.reflect.CannotAccessMethodException
Constructor.
CannotInstantiateObjectException - Exception in org.apache.tiles.reflect
Indicates that an object cannot be instantiated.
CannotInstantiateObjectException() - Constructor for exception org.apache.tiles.reflect.CannotInstantiateObjectException
Constructor.
CannotInstantiateObjectException(String) - Constructor for exception org.apache.tiles.reflect.CannotInstantiateObjectException
Constructor.
CannotInstantiateObjectException(Exception) - Constructor for exception org.apache.tiles.reflect.CannotInstantiateObjectException
Constructor.
CannotInstantiateObjectException(String, Exception) - Constructor for exception org.apache.tiles.reflect.CannotInstantiateObjectException
Constructor.
cascadedAttributes - Variable in class org.apache.tiles.BasicAttributeContext
Cascaded template attributes.
ClassUtil - Class in org.apache.tiles.reflect
Utilities to work with dynamic class loading and instantiation.
clear() - Method in interface org.apache.tiles.AttributeContext
Clear the attributes.
clear() - Method in class org.apache.tiles.BasicAttributeContext
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 - Class in org.apache.tiles
A definition, i.e. a template with (completely or not) filled attributes.
Definition() - Constructor for class org.apache.tiles.Definition
Constructor.
Definition(Definition) - Constructor for class org.apache.tiles.Definition
Copy Constructor.
Definition(String, String, Map<String, Attribute>) - Constructor for class org.apache.tiles.Definition
Constructor.

E

endContext(Object...) - Method in interface org.apache.tiles.TilesContainer
Ends a context, where attribute values are stored independently from others.
evaluate(Attribute, Object...) - Method in interface org.apache.tiles.TilesContainer
Evaluates the given attribute.

G

getApplicationContext(Object) - Static method in class org.apache.tiles.access.TilesAccess
Returns the Tiles application context object.
getApplicationContext(Object, String) - 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, either cascaded or not.
getAttribute(String) - Method in class org.apache.tiles.BasicAttributeContext
Retrieve the named attribute, either cascaded or not.
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
Deprecated. Use AttributeContext.getLocalAttributeNames() or AttributeContext.getCascadedAttributeNames().
getAttributeNames() - Method in class org.apache.tiles.BasicAttributeContext
Iterator of all attribute names.
getAttributes() - Method in class org.apache.tiles.Definition
Deprecated. Use AttributeContext.getLocalAttributeNames() and AttributeContext.getCascadedAttributeNames().
getCascadedAttribute(String) - Method in interface org.apache.tiles.AttributeContext
Retrieve the attribute that has been cascaded at upper levels.
getCascadedAttribute(String) - Method in class org.apache.tiles.BasicAttributeContext
Retrieve the attribute that has been cascaded at upper levels.
getCascadedAttributeNames() - Method in interface org.apache.tiles.AttributeContext
Returns the names of the cascaded attributes.
getCascadedAttributeNames() - Method in class org.apache.tiles.BasicAttributeContext
Returns the names of the cascaded attributes.
getContainer(Object) - Static method in class org.apache.tiles.access.TilesAccess
Finds and returns the default Tiles container object, if it was previously initialized.
getContainer(Object, String) - Static method in class org.apache.tiles.access.TilesAccess
Finds and returns a Tiles container object, if it was previously initialized.
getContext() - Method in interface org.apache.tiles.TilesApplicationContext
Returns the original, technology-dependent, context.
getExtends() - Method in class org.apache.tiles.Definition
Get extends.
getForcedAccessibleMethod(Class<?>, String, Class<?>...) - Static method in class org.apache.tiles.reflect.ClassUtil
Gets a method and forces it to be accessible, even if it is not.
getInitParams() - Method in interface org.apache.tiles.TilesApplicationContext
Return an immutable Map that maps context application initialization parameters to their values.
getLocalAttribute(String) - Method in interface org.apache.tiles.AttributeContext
Retrieve the attribute that has been defined in this context (i.e. not cascaded).
getLocalAttribute(String) - Method in class org.apache.tiles.BasicAttributeContext
Retrieve the attribute that has been defined in this context (i.e. not cascaded).
getLocalAttributeNames() - Method in interface org.apache.tiles.AttributeContext
Returns the names of the local attributes, i.e. the one that have not been cascaded.
getLocalAttributeNames() - Method in class org.apache.tiles.BasicAttributeContext
Returns the names of the local attributes, i.e. the one that have not been cascaded.
getName() - Method in class org.apache.tiles.Attribute
Deprecated. Use the getName methods in object that contain attributes.
getName() - Method in class org.apache.tiles.Definition
Access method for the name property.
getPreparer() - Method in interface org.apache.tiles.AttributeContext
Get associated preparer instance.
getPreparer() - Method in class org.apache.tiles.BasicAttributeContext
Get associated preparer instance.
getRenderer() - Method in class org.apache.tiles.Attribute
Returns the renderer name to use.
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 interface org.apache.tiles.AttributeContext
Access method for the role property.
getRole() - Method in class org.apache.tiles.BasicAttributeContext
Access method for the role property.
getRoles() - Method in class org.apache.tiles.Attribute
Returns the roles that can render this attribute.
getRoles() - Method in interface org.apache.tiles.AttributeContext
Returns the roles that can render this attribute.
getRoles() - Method in class org.apache.tiles.BasicAttributeContext
Returns the roles that can render this attribute.
getTemplate() - Method in interface org.apache.tiles.AttributeContext
Access method for the template property.
getTemplate() - Method in class org.apache.tiles.BasicAttributeContext
Access method for the template property.
getType(String) - Static method in enum org.apache.tiles.Attribute.AttributeType
Deprecated. Returns the type for the given string representation.
getType() - Method in class org.apache.tiles.Attribute
Deprecated. Use Attribute.getRenderer().
getValue() - Method in class org.apache.tiles.Attribute
Get value.

H

hasAttributeValue(String) - Method in class org.apache.tiles.Definition
Deprecated. Check if the AttributeContext.getAttribute(String) returns null.
hashCode() - Method in class org.apache.tiles.Definition

I

inherit(AttributeContext) - Method in interface org.apache.tiles.AttributeContext
Copies all missing attributes from the parent attribute context to this one.
inherit(AttributeContext) - Method in class org.apache.tiles.BasicAttributeContext
Copies all missing attributes from the parent attribute context to this one.
inherit(BasicAttributeContext) - Method in class org.apache.tiles.BasicAttributeContext
Inherits the attribute context, inheriting, i.e. copying if not present, the attributes.
inherit - Variable in class org.apache.tiles.Definition
Extends attribute value.
inherit(ListAttribute) - Method in class org.apache.tiles.ListAttribute
Inherits elements present in a "parent" list attribute.
inheritCascadedAttributes(AttributeContext) - Method in interface org.apache.tiles.AttributeContext
Copies the cascaded attributes to this attribute context.
inheritCascadedAttributes(AttributeContext) - Method in class org.apache.tiles.BasicAttributeContext
Copies the cascaded attributes to this attribute context.
init(Map<String, String>) - Method in interface org.apache.tiles.Initializable
Initializes the object.
init(Map<String, String>) - Method in interface org.apache.tiles.TilesContainer
Initialize the container with the given configuration.
Initializable - Interface in org.apache.tiles
It is an object that can be initialized using a map with parameters.
instantiate(String) - Static method in class org.apache.tiles.reflect.ClassUtil
Returns an instance of the given class name, by calling the default constructor.
instantiate(String, boolean) - Static method in class org.apache.tiles.reflect.ClassUtil
Returns an instance of the given class name, by calling the default constructor.
invokeMethod(Object, Method, Object...) - Static method in class org.apache.tiles.reflect.ClassUtil
Invokes a method, masking with a runtime exception all the exceptions.
isExtending() - Method in class org.apache.tiles.Definition
Get extends flag.
isInherit() - Method in class org.apache.tiles.ListAttribute
If true, the attribute will put the elements of the attribute with the same name of the parent definition before the ones specified here.
isValidDefinition(String, Object...) - Method in interface org.apache.tiles.TilesContainer
Determine whether or not the definition exists.

L

ListAttribute - Class in org.apache.tiles
An attribute as a List.
ListAttribute() - Constructor for class org.apache.tiles.ListAttribute
Constructor.
ListAttribute(List<? extends Object>) - Constructor for class org.apache.tiles.ListAttribute
Constructor.

M

MutableTilesContainer - Interface in org.apache.tiles.mgmt
Defines a mutable version of the TilesContainer.

N

name - Variable in class org.apache.tiles.Definition
Definition name.

O

org.apache.tiles - package org.apache.tiles
The Tiles taglib and framework allows building web pages by assembling reusable pieces of pages, called Tiles.
org.apache.tiles.access - package org.apache.tiles.access
Utility classes to access Tiles funcionality from an application.
org.apache.tiles.mgmt - package org.apache.tiles.mgmt
Classes and interfaces to be used when it is needed to create Tiles definitions during the execution of the application.
org.apache.tiles.reflect - package org.apache.tiles.reflect
Classes to manage reflection in a centralized way for Tiles.

P

prepare(String, Object...) - Method in interface org.apache.tiles.TilesContainer
Executes a preparer.
preparer - Variable in class org.apache.tiles.BasicAttributeContext
Associated ViewPreparer URL or classname, if defined.
put(String, Object) - Method in class org.apache.tiles.Definition
Deprecated. Use AttributeContext.putAttribute(String, Attribute) or AttributeContext.putAttribute(String, Attribute, boolean).
put(String, Object, String) - Method in class org.apache.tiles.Definition
Deprecated. Use AttributeContext.putAttribute(String, Attribute) or AttributeContext.putAttribute(String, Attribute, boolean).
put(String, Object, Attribute.AttributeType, String) - Method in class org.apache.tiles.Definition
Deprecated. Use AttributeContext.putAttribute(String, Attribute) or AttributeContext.putAttribute(String, Attribute, boolean).
putAttribute(String, Attribute) - Method in interface org.apache.tiles.AttributeContext
Add the specified attribute.
putAttribute(String, Attribute, boolean) - Method in interface org.apache.tiles.AttributeContext
Add the specified attribute.
putAttribute(String, Attribute) - Method in class org.apache.tiles.BasicAttributeContext
Add the specified attribute.
putAttribute(String, Attribute, boolean) - Method in class org.apache.tiles.BasicAttributeContext
Add the specified attribute.

R

register(Definition, 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.
renderContext(Object...) - Method in interface org.apache.tiles.TilesContainer
Renders the current context, as it is.
roles - Variable in class org.apache.tiles.Attribute
The roles that can render this attribute.
roles - Variable in class org.apache.tiles.BasicAttributeContext
The roles that can render this definition.

S

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 default container to be used in the application.
setContainer(Object, TilesContainer, String) - 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.Definition
Set extends.
setInherit(boolean) - Method in class org.apache.tiles.ListAttribute
If true, the attribute will put the elements of the attribute with the same name of the parent definition before the ones specified here.
setName(String) - Method in class org.apache.tiles.Attribute
Deprecated. Use the setName methods in object that contain attributes.
setName(String) - Method in class org.apache.tiles.Definition
Sets the value of the name property.
setPreparer(String) - Method in interface org.apache.tiles.AttributeContext
Set associated preparer instance.
setPreparer(String) - Method in class org.apache.tiles.BasicAttributeContext
Set associated preparer instance.
setRenderer(String) - Method in class org.apache.tiles.Attribute
Sets the renderer name to use.
setRole(String) - Method in class org.apache.tiles.Attribute
Set role.
setRole(String) - Method in interface org.apache.tiles.AttributeContext
Sets the value of the role property.
setRole(String) - Method in class org.apache.tiles.BasicAttributeContext
Sets the value of the role property.
setRoles(Set<String>) - Method in class org.apache.tiles.Attribute
Sets the roles that can render this attribute.
setRoles(Set<String>) - Method in interface org.apache.tiles.AttributeContext
Sets the roles that can render this attribute.
setRoles(Set<String>) - Method in class org.apache.tiles.BasicAttributeContext
Sets the roles that can render this attribute.
setTemplate(String) - Method in interface org.apache.tiles.AttributeContext
Sets the value of the template property.
setTemplate(String) - Method in class org.apache.tiles.BasicAttributeContext
Sets the value of the template property.
setType(Attribute.AttributeType) - Method in class org.apache.tiles.Attribute
Deprecated. Use Attribute#setRenderer(String)).
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.

T

template - Variable in class org.apache.tiles.BasicAttributeContext
Template path.
TilesAccess - Class in org.apache.tiles.access
Provides static access to the tiles container.
TilesAccessException - Exception in org.apache.tiles.access
Indicates that something went wrong in TilesAccess use.
TilesAccessException() - Constructor for exception org.apache.tiles.access.TilesAccessException
Constructor.
TilesAccessException(String) - Constructor for exception org.apache.tiles.access.TilesAccessException
Constructor.
TilesAccessException(Exception) - Constructor for exception org.apache.tiles.access.TilesAccessException
Constructor.
TilesAccessException(String, Exception) - Constructor for exception org.apache.tiles.access.TilesAccessException
Constructor.
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.
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 enum org.apache.tiles.Attribute.AttributeType
Deprecated. Returns the string representation of the element.
toString() - Method in class org.apache.tiles.Attribute
toString() - Method in class org.apache.tiles.Definition
Returns a description of the attributes.

V

value - Variable in class org.apache.tiles.Attribute
The value of the attribute.
valueOf(String) - Static method in enum org.apache.tiles.Attribute.AttributeType
Deprecated. Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.tiles.Attribute.AttributeType
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.

A B C D E G H I L M N O P R S T V