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.
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.
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.
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(Object, String) - Constructor for class org.apache.tiles.Attribute
Constructor.
Attribute(Object, Expression, String, String) - Constructor for class org.apache.tiles.Attribute
Constructor.
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

cascadedAttributes - Variable in class org.apache.tiles.BasicAttributeContext
Cascaded template attributes.
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
CompareUtil - Class in org.apache.tiles
Utilities to work with comparation between objects.
container - Variable in class org.apache.tiles.TilesContainerWrapper
The container to wrap.
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.
createTemplateAttribute(String, String, String, 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.
CURRENT_CONTAINER_ATTRIBUTE_NAME - Static variable in class org.apache.tiles.access.TilesAccess
Name of the attribute used to store the current used container.

D

Definition - Class in org.apache.tiles
A definition, i.e.
Definition() - Constructor for class org.apache.tiles.Definition
Constructor.
Definition(Definition) - Constructor for class org.apache.tiles.Definition
Copy Constructor.
Definition(String, Attribute, Map<String, Attribute>) - Constructor for class org.apache.tiles.Definition
Constructor.

E

endContext(Request) - 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(Request) call.
endContext(Request) - Method in class org.apache.tiles.TilesContainerWrapper
 
equals(Object) - Method in class org.apache.tiles.Attribute
equals(Object) - Method in class org.apache.tiles.BasicAttributeContext
equals(Object) - Method in class org.apache.tiles.Definition
equals(Object) - Method in class org.apache.tiles.Expression
equals(Object) - Method in class org.apache.tiles.ListAttribute
evaluate(Attribute, Request) - Method in interface org.apache.tiles.TilesContainer
Evaluates the given attribute.
evaluate(Attribute, Request) - Method in class org.apache.tiles.TilesContainerWrapper
 
execute(Request, AttributeContext) - Method in interface org.apache.tiles.preparer.ViewPreparer
Method associated to a tile and called immediately before the tile is included.
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() - Method in interface org.apache.tiles.TilesContainer
Retrieve the containers context.
getApplicationContext() - Method in class org.apache.tiles.TilesContainerWrapper
 
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(Request) - Method in interface org.apache.tiles.TilesContainer
Retrive the attribute context of the current request.
getAttributeContext(Request) - Method in class org.apache.tiles.TilesContainerWrapper
 
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(ApplicationContext) - Static method in class org.apache.tiles.access.TilesAccess
Returns default the container to be used in the application.
getContainer(ApplicationContext, String) - Static method in class org.apache.tiles.access.TilesAccess
Returns the container to be used in the application registered under a specific key.
getCurrentContainer(Request) - Static method in class org.apache.tiles.access.TilesAccess
Returns the current container that has been set, or the default one.
getDefinition(String, Request) - Method in interface org.apache.tiles.TilesContainer
Returns a definition specifying its name.
getDefinition(String, Request) - Method in class org.apache.tiles.TilesContainerWrapper
 
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.
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.
getLocalAttribute(String) - Method in class org.apache.tiles.BasicAttributeContext
Retrieve the attribute that has been defined in this context (i.e.
getLocalAttributeNames() - Method in interface org.apache.tiles.AttributeContext
Returns the names of the local attributes, i.e.
getLocalAttributeNames() - Method in class org.apache.tiles.BasicAttributeContext
Returns the names of the local attributes, i.e.
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.
getRole() - Method in class org.apache.tiles.Attribute
Get role.
getRoles() - Method in class org.apache.tiles.Attribute
Returns the roles that can render this attribute.
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.
getValue() - Method in class org.apache.tiles.Attribute
Get value.
getValue() - Method in class org.apache.tiles.ListAttribute
Returns the list of the attributes that are elements of this attribute.
getWrappedContainer() - Method in class org.apache.tiles.TilesContainerWrapper
Returns the wrapped container.

H

hashCode() - Method in class org.apache.tiles.Attribute
hashCode() - Method in class org.apache.tiles.BasicAttributeContext
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.
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.
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.
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.
isPermitted(Request) - Method in class org.apache.tiles.Attribute
Checks if the current user can use this attribute.
isValidDefinition(String, Request) - Method in interface org.apache.tiles.TilesContainer
Determine whether or not the definition exists.
isValidDefinition(String, Request) - Method in class org.apache.tiles.TilesContainerWrapper
 

L

ListAttribute - Class in org.apache.tiles
An attribute as a List.
ListAttribute() - Constructor for class org.apache.tiles.ListAttribute
Constructor.
ListAttribute(List<Attribute>) - 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.
NoSuchContainerException - Exception in org.apache.tiles
Indicates that a keyed container has not been found.
NoSuchContainerException() - Constructor for exception org.apache.tiles.NoSuchContainerException
Constructor.
NoSuchContainerException(String) - Constructor for exception org.apache.tiles.NoSuchContainerException
Constructor.
NoSuchContainerException(Throwable) - Constructor for exception org.apache.tiles.NoSuchContainerException
Constructor.
NoSuchContainerException(String, Throwable) - Constructor for exception org.apache.tiles.NoSuchContainerException
Constructor.
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
Tiles access package.
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.preparer - package org.apache.tiles.preparer
"View preparers" are objects that allows the "preparation" of a Tiles artifact (definition, template or attribute) before it is rendered.
It is useful, for example, when a view item should be built and stored in a particular context (e.g.

P

prepare(String, Request) - Method in interface org.apache.tiles.TilesContainer
Executes a preparer.
prepare(String, Request) - Method in class org.apache.tiles.TilesContainerWrapper
 
preparer - Variable in class org.apache.tiles.BasicAttributeContext
Associated ViewPreparer URL or classname, if defined.
PreparerException - Exception in org.apache.tiles.preparer
Thrown when an exception occurs while processing a prepare request.
PreparerException() - Constructor for exception org.apache.tiles.preparer.PreparerException
Constructor.
PreparerException(Throwable) - Constructor for exception org.apache.tiles.preparer.PreparerException
Constructor.
PreparerException(String) - Constructor for exception org.apache.tiles.preparer.PreparerException
Constructor.
PreparerException(String, Throwable) - Constructor for exception org.apache.tiles.preparer.PreparerException
Constructor.
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, Request) - Method in interface org.apache.tiles.mgmt.MutableTilesContainer
Register a new definition with the container.
render(String, Request) - Method in interface org.apache.tiles.TilesContainer
Render the given tiles request.
render(Definition, Request) - Method in interface org.apache.tiles.TilesContainer
Renders the specified definition.
render(Attribute, Request) - Method in interface org.apache.tiles.TilesContainer
Render the given Attribute.
render(String, Request) - Method in class org.apache.tiles.TilesContainerWrapper
 
render(Definition, Request) - Method in class org.apache.tiles.TilesContainerWrapper
 
render(Attribute, Request) - Method in class org.apache.tiles.TilesContainerWrapper
 
renderContext(Request) - Method in interface org.apache.tiles.TilesContainer
Renders the current context, as it is.
renderContext(Request) - Method in class org.apache.tiles.TilesContainerWrapper
 
roles - Variable in class org.apache.tiles.Attribute
The roles that can render this attribute.

S

setContainer(ApplicationContext, TilesContainer) - Static method in class org.apache.tiles.access.TilesAccess
Configures the default container to be used in the application.
setContainer(ApplicationContext, TilesContainer, String) - Static method in class org.apache.tiles.access.TilesAccess
Configures the container to be used in the application.
setCurrentContainer(Request, String) - Static method in class org.apache.tiles.access.TilesAccess
Sets the current container to use in web pages.
setCurrentContainer(Request, TilesContainer) - Static method in class org.apache.tiles.access.TilesAccess
Sets the current container to use in web pages.
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.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.
setRoles(Set<String>) - Method in class org.apache.tiles.Attribute
Sets the roles that can render this attribute.
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.
setValue(Object) - Method in class org.apache.tiles.Attribute
Set value.
setValue(List<Attribute>) - Method in class org.apache.tiles.ListAttribute
Sets the list of the attributes that are elements of this attribute.
startContext(Request) - 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(Request)
startContext(Request) - Method in class org.apache.tiles.TilesContainerWrapper
 

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.
TilesContainer - Interface in org.apache.tiles
An encapsulation of the tiles framework.
TilesContainerWrapper - Class in org.apache.tiles
Wraps a Tiles container to allow easy decoration.
TilesContainerWrapper(TilesContainer) - Constructor for class org.apache.tiles.TilesContainerWrapper
Constructor.
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(Throwable) - Constructor for exception org.apache.tiles.TilesException
Create a new TilesException wrapping an existing exception.
TilesException(String, Throwable) - Constructor for exception org.apache.tiles.TilesException
Create a new TilesException from an existing exception.
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.
ViewPreparer - Interface in org.apache.tiles.preparer
Executed prior to rendering a view.

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

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