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.accessUtility classes to access Tiles funcionality from an application.org.apache.tiles.mgmt - package org.apache.tiles.mgmtClasses 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