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.
ArrayStack<T> - Class in org.apache.tiles
This class has been copied from Apache Commons Collections 3.2.1 and adapted to Java 5 generics.
ArrayStack() - Constructor for class org.apache.tiles.ArrayStack
Constructs a new empty ArrayStack.
ArrayStack(int) - Constructor for class org.apache.tiles.ArrayStack
Constructs a new empty ArrayStack with an initial size.
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, String).
Attribute(Object, String, String, String) - Constructor for class org.apache.tiles.Attribute
Deprecated. Use Attribute.Attribute(Object, Expression, String, String).
Attribute(Object, Expression, 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, 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.
clone() - Method in class org.apache.tiles.Attribute
clone() - Method in class org.apache.tiles.ListAttribute
collectBeanInfo(Class<?>, Map<String, PropertyDescriptor>) - Static method in class org.apache.tiles.reflect.ClassUtil
Collects bean infos from a class and filling a list.
CompareUtil - Class in org.apache.tiles
Utilities to work with comparation between objects.
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.
createExpression(String, String) - Static method in class org.apache.tiles.Expression
Creates an Expression object from the expression and its language.
createExpressionFromDescribedExpression(String) - Static method in class org.apache.tiles.Expression
Creates an Expression object from a string in the form LANGUAGE:EXPRESSION.
createTemplateAttribute(String) - Static method in class org.apache.tiles.Attribute
Creates a template attribute, starting from the name of the template.
createTemplateAttributeWithExpression(String) - Static method in class org.apache.tiles.Attribute
Creates a template attribute, starting from the expression to evaluate to obtain the template.

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
Deprecated. Use Definition.Definition(String, Attribute, Map).
Definition(String, Attribute, Map<String, Attribute>) - Constructor for class org.apache.tiles.Definition
Constructor.

E

empty() - Method in class org.apache.tiles.ArrayStack
Return true if this stack is currently empty.
endContext(Object...) - Method in interface org.apache.tiles.TilesContainer
Ends a context, where attribute values are stored independently from others.
equals(Object) - Method in class org.apache.tiles.Attribute
equals(Object) - Method in class org.apache.tiles.Expression
equals(Object) - Method in class org.apache.tiles.ListAttribute
evaluate(Attribute, Object...) - Method in interface org.apache.tiles.TilesContainer
Evaluates the given attribute.
expression - Variable in class org.apache.tiles.Attribute
Deprecated. Use Attribute.expressionObject.
Expression - Class in org.apache.tiles
It is an expression, along with the expression language (e.g.
Expression(String, String) - Constructor for class org.apache.tiles.Expression
Constructor.
Expression(String) - Constructor for class org.apache.tiles.Expression
Constructor, using the default (i.e.
Expression(Expression) - Constructor for class org.apache.tiles.Expression
Copy constructor.
expressionObject - Variable in class org.apache.tiles.Attribute
The expression to evaluate.

G

getApplicationContext(Object) - Static method in class org.apache.tiles.access.TilesAccess
Deprecated. Use one of the environment-specific Utilities (e.g. ServletUtil).
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.
getClass(String, Class<T>) - Static method in class org.apache.tiles.reflect.ClassUtil
Returns the class and casts it to the correct subclass.
getContainer(Object) - Static method in class org.apache.tiles.access.TilesAccess
Deprecated. Use one of the environment-specific Utilities (e.g. ServletUtil).
getContext() - Method in interface org.apache.tiles.TilesApplicationContext
Returns the original, technology-dependent, context.
getExpression() - Method in class org.apache.tiles.Attribute
Deprecated. Use Attribute.getExpressionObject().
getExpression() - Method in class org.apache.tiles.Expression
Returns the expression string.
getExpressionObject() - Method in class org.apache.tiles.Attribute
Returns The expression to evaluate.
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.
getLanguage() - Method in class org.apache.tiles.Expression
Returns the language in which the expression is expressed.
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 class org.apache.tiles.Definition
Deprecated. Use BasicAttributeContext.getTemplateAttribute().
getRoles() - Method in class org.apache.tiles.Attribute
Returns the roles that can render this attribute.
getTemplate() - Method in class org.apache.tiles.Definition
Deprecated. Use BasicAttributeContext.getTemplateAttribute().
getTemplateAttribute() - Method in interface org.apache.tiles.AttributeContext
Returns the attribute that will be used to render a template.
getTemplateAttribute() - Method in class org.apache.tiles.BasicAttributeContext
Returns the attribute that will be used to render a template.
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.Attribute
hashCode() - Method in class org.apache.tiles.Definition
hashCode() - Method in class org.apache.tiles.Expression
hashCode() - Method in class org.apache.tiles.ListAttribute

I

inherit(Attribute) - Method in class org.apache.tiles.Attribute
Inherits an attribute, i.e. overwrites null properties with the ones provided by the attribute.
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
Deprecated. Do not use.
init(Map<String, String>) - Method in interface org.apache.tiles.TilesContainer
Initialize the container with the given configuration.
Initializable - Interface in org.apache.tiles
Deprecated. Parameter-based initialization feature is deprecated and no longer supported.
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.
ListAttribute(ListAttribute) - Constructor for class org.apache.tiles.ListAttribute
Copy 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.
nullSafeEquals(Object, Object) - Static method in class org.apache.tiles.CompareUtil
Checks if two objects (eventually null) are the same.
nullSafeHashCode(Object) - Static method in class org.apache.tiles.CompareUtil
Returns 0 if the object is null, the hash code of the object otherwise.

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

peek() - Method in class org.apache.tiles.ArrayStack
Returns the top item off of this stack without removing it.
peek(int) - Method in class org.apache.tiles.ArrayStack
Returns the n'th item down (zero-relative) from the top of this stack without removing it.
pop() - Method in class org.apache.tiles.ArrayStack
Pops the top item off of this stack and return it.
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.
push(T) - Method in class org.apache.tiles.ArrayStack
Pushes a new item onto the top of this stack.
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
Deprecated. Use TilesContainer.render(Attribute, Object...).
render(Attribute, 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.

S

search(T) - Method in class org.apache.tiles.ArrayStack
Returns the one-based position of the distance from the top that the specified object exists on this stack, where the top-most element is considered to be at distance 1.
setBody(String) - Method in class org.apache.tiles.Attribute
Sets the body of this attribute.
setContainer(TilesApplicationContext, TilesContainer) - Static method in class org.apache.tiles.access.TilesAccess
Configures the default container to be used in the application.
setContainer(TilesApplicationContext, TilesContainer, String) - Static method in class org.apache.tiles.access.TilesAccess
Configures the container to be used in the application.
setContainer(Object, TilesContainer) - Static method in class org.apache.tiles.access.TilesAccess
Deprecated. Use TilesAccess.setContainer(TilesApplicationContext, TilesContainer).
setExpression(String) - Method in class org.apache.tiles.Attribute
Deprecated. Use Attribute.setExpressionObject(Expression).
setExpressionObject(Expression) - Method in class org.apache.tiles.Attribute
Sets The expression to evaluate.
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 class org.apache.tiles.Definition
Deprecated. Use BasicAttributeContext.getTemplateAttribute().
setRoles(Set<String>) - Method in class org.apache.tiles.Attribute
Sets the roles that can render this attribute.
setTemplate(String) - Method in class org.apache.tiles.Definition
Deprecated. Use BasicAttributeContext.getTemplateAttribute().
setTemplateAttribute(Attribute) - Method in interface org.apache.tiles.AttributeContext
Sets the template attribute, that will be used to render the template page.
setTemplateAttribute(Attribute) - Method in class org.apache.tiles.BasicAttributeContext
Sets the template attribute, that will be used to render the template page.
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

templateAttribute - Variable in class org.apache.tiles.BasicAttributeContext
The template attribute, to render a template.
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.
toString() - Method in class org.apache.tiles.Expression

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

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