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)orAttributeContext.putAttribute(String, Attribute, boolean). - put(String, Object, String) - Method in class org.apache.tiles.Definition
- Deprecated. Use
AttributeContext.putAttribute(String, Attribute)orAttributeContext.putAttribute(String, Attribute, boolean). - put(String, Object, Attribute.AttributeType, String) - Method in class org.apache.tiles.Definition
- Deprecated. Use
AttributeContext.putAttribute(String, Attribute)orAttributeContext.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
setNamemethods 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
TilesAccessuse. - 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(Throwable) - Constructor for exception org.apache.tiles.TilesException
- Create a new
TilesExceptionwrapping an existing exception. - TilesException(String, Throwable) - Constructor for exception org.apache.tiles.TilesException
- Create a new
TilesExceptionfrom 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
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.