A C D E G H 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.Definition
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, Attribute.AttributeType) - Constructor for class org.apache.tiles.Attribute
Constructor.
Attribute(String, Object, String, Attribute.AttributeType) - Constructor for class org.apache.tiles.Attribute
Constructor.
Attribute.AttributeType - Enum in org.apache.tiles
Attribute types.
AttributeContext - Interface in org.apache.tiles
Encapsulation of the current state of execution.
attributes - Variable in class org.apache.tiles.Definition
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 - 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, 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.
It must be called after a TilesContainer.startContext(Object...) call.

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.Definition
Returns the attribute for the given name, 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.Definition
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.
getExtends() - Method in class org.apache.tiles.Definition
Get extends.
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.Definition
Access method for the name property.
getPreparer() - Method in class org.apache.tiles.Definition
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.Definition
Access method for the role property.
getTemplate() - Method in class org.apache.tiles.Definition
Access method for the template property.
getType(String) - Static method in enum org.apache.tiles.Attribute.AttributeType
Returns the type for the given string representation.
getType() - Method in class org.apache.tiles.Attribute
Returns the type of this attribute.
getValue() - Method in class org.apache.tiles.Attribute
Get value.

H

hasAttributeValue(String) - Method in class org.apache.tiles.Definition
Checks whether the key attribute has been set.
hashCode() - Method in class org.apache.tiles.Definition

I

inherit - Variable in class org.apache.tiles.Definition
Extends attribute value.
init(Map<String, String>) - Method in interface org.apache.tiles.TilesContainer
Initialize the container with the given configuration.
isExtending() - Method in class org.apache.tiles.Definition
Get extends flag.
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.

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.

P

prepare(String, Object...) - Method in interface org.apache.tiles.TilesContainer
 
preparer - Variable in class org.apache.tiles.Definition
Associated ViewPreparer URL or classname, if defined.
put(String, Object) - Method in class org.apache.tiles.Definition
Put an attribute in template definition.
put(String, Object, String) - Method in class org.apache.tiles.Definition
Put an attribute in template definition.
put(String, Object, Attribute.AttributeType, String) - Method in class org.apache.tiles.Definition
Put an attribute in template definition.
putAttribute(String, Attribute) - Method in interface org.apache.tiles.AttributeContext
Add the specified attribute.
putAttribute(String, Attribute) - Method in class org.apache.tiles.Definition
Put a new attribute in this definition.

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.
role - Variable in class org.apache.tiles.Attribute
Role associated to this attribute.
role - Variable in class org.apache.tiles.Definition
Role associated to 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 container to be used in the application.
setExtends(String) - Method in class org.apache.tiles.Definition
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.Definition
Sets the value of the name property.
setPreparer(String) - Method in class org.apache.tiles.Definition
Set associated preparerInstance URL.
setRole(String) - Method in class org.apache.tiles.Attribute
Set role.
setRole(String) - Method in class org.apache.tiles.Definition
Sets the value of the role property.
setTemplate(String) - Method in class org.apache.tiles.Definition
Sets the value of the template property.
setType(Attribute.AttributeType) - 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.
When the use of the contexts is finished, call TilesContainer.endContext(Object...)

T

template - Variable in class org.apache.tiles.Definition
Template path.
TilesAccess - Class in org.apache.tiles.access
Provides static access to the tiles container.
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
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
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.tiles.Attribute.AttributeType
Returns an array containing the constants of this enum type, in the order they're declared.

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