|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributeContext | |
|---|---|
| org.apache.tiles |
The Tiles taglib and framework allows building web pages by assembling reusable
pieces of pages, called Tiles. |
| Uses of AttributeContext in org.apache.tiles |
|---|
| Classes in org.apache.tiles that implement AttributeContext | |
|---|---|
class |
BasicAttributeContext
Basic implementation for AttributeContext. |
class |
Definition
A definition, i.e. a template with (completely or not) filled attributes. |
| Methods in org.apache.tiles that return AttributeContext | |
|---|---|
AttributeContext |
TilesContainer.getAttributeContext(java.lang.Object... requestItems)
Retrive the attribute context of the current request. |
AttributeContext |
TilesContainer.startContext(java.lang.Object... requestItems)
Starts a new context, where attribute values are stored independently from others. |
| Methods in org.apache.tiles with parameters of type AttributeContext | |
|---|---|
void |
BasicAttributeContext.inherit(AttributeContext parent)
Copies all missing attributes from the parent attribute
context to this one. |
void |
AttributeContext.inherit(AttributeContext parent)
Copies all missing attributes from the parent attribute
context to this one. |
void |
BasicAttributeContext.inheritCascadedAttributes(AttributeContext context)
Copies the cascaded attributes to this attribute context. |
void |
AttributeContext.inheritCascadedAttributes(AttributeContext parent)
Copies the cascaded attributes to this attribute context. |
| Constructors in org.apache.tiles with parameters of type AttributeContext | |
|---|---|
BasicAttributeContext(AttributeContext context)
Copy constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||