|
||||||||||
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. |
org.apache.tiles.context | Classes and interfaces that allow to access the various contexts in an application in a uniformed way. |
org.apache.tiles.impl | It contains the basic implementations of Tiles container. |
org.apache.tiles.jsp.taglib | The "tiles-jsp" tag library contains tags that are useful to create templates, subpages other reusable view parts using the "tiles-core" 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. |
org.apache.tiles.web.util | Utility classes to use Tiles in a servlet environment. |
Uses of AttributeContext in org.apache.tiles |
---|
Methods in org.apache.tiles that return AttributeContext | |
---|---|
AttributeContext |
TilesContainer.getAttributeContext(Object... requestItems)
Retrive the attribute context of the current request. |
AttributeContext |
TilesContainer.startContext(Object... requestItems)
Starts a new context, where attribute values are stored independently from others. |
Uses of AttributeContext in org.apache.tiles.context |
---|
Classes in org.apache.tiles.context that implement AttributeContext | |
---|---|
class |
BasicAttributeContext
Basic implementation for AttributeContext . |
Methods in org.apache.tiles.context that return AttributeContext | |
---|---|
static AttributeContext |
BasicAttributeContext.getContext(TilesRequestContext tilesContext)
Deprecated. Use TilesContainer#getAttributeContext(Object...) . |
static AttributeContext |
BasicAttributeContext.popContext(TilesRequestContext tilesContext)
Deprecated. Use TilesContainer#endContext(Object...) . |
Methods in org.apache.tiles.context that return types with arguments of type AttributeContext | |
---|---|
static Stack<AttributeContext> |
BasicAttributeContext.getContextStack(TilesRequestContext tilesContext)
Deprecated. Use TilesContainer#getAttributeContext(Object...) ,
TilesContainer#startContext(Object...) or
TilesContainer#endContext(Object...) . |
Methods in org.apache.tiles.context with parameters of type AttributeContext | |
---|---|
static void |
BasicAttributeContext.pushContext(AttributeContext context,
TilesRequestContext tilesContext)
Deprecated. Use TilesContainer#startContext(Object...) . |
Constructors in org.apache.tiles.context with parameters of type AttributeContext | |
---|---|
BasicAttributeContext(AttributeContext context)
Copy constructor. |
Uses of AttributeContext in org.apache.tiles.impl |
---|
Methods in org.apache.tiles.impl that return AttributeContext | |
---|---|
AttributeContext |
BasicTilesContainer.getAttributeContext(Object... requestItems)
Retrive the attribute context of the current request. |
protected AttributeContext |
BasicTilesContainer.getContext(TilesRequestContext tilesContext)
Get attribute context from request. |
protected AttributeContext |
BasicTilesContainer.popContext(TilesRequestContext tilesContext)
Pops a context object out of the stack. |
AttributeContext |
BasicTilesContainer.startContext(Object... requestItems)
Starts a new context, where attribute values are stored independently from others. |
Methods in org.apache.tiles.impl that return types with arguments of type AttributeContext | |
---|---|
protected Stack<AttributeContext> |
BasicTilesContainer.getContextStack(TilesRequestContext tilesContext)
Returns the context stack. |
Methods in org.apache.tiles.impl with parameters of type AttributeContext | |
---|---|
protected void |
BasicTilesContainer.pushContext(AttributeContext context,
TilesRequestContext tilesContext)
Pushes a context object in the stack. |
Uses of AttributeContext in org.apache.tiles.jsp.taglib |
---|
Fields in org.apache.tiles.jsp.taglib declared as AttributeContext | |
---|---|
protected AttributeContext |
AttributeTagSupport.attributeContext
The current attribute context. |
protected AttributeContext |
ContainerTagSupport.attributeContext
The attribute context to use to store and read attribute values. |
protected AttributeContext |
InsertAttributeTag.evaluatingContext
The context used to evaluate the attribute. |
Uses of AttributeContext in org.apache.tiles.preparer |
---|
Methods in org.apache.tiles.preparer with parameters of type AttributeContext | |
---|---|
void |
ViewPreparer.execute(TilesRequestContext tilesContext,
AttributeContext attributeContext)
Method associated to a tile and called immediately before the tile is included. |
void |
ViewPreparerSupport.execute(TilesRequestContext tilesContext,
AttributeContext attributeContext)
Method associated to a tile and called immediately before the tile is included. |
Uses of AttributeContext in org.apache.tiles.web.util |
---|
Methods in org.apache.tiles.web.util with parameters of type AttributeContext | |
---|---|
void |
AttributeContextMutator.mutate(AttributeContext context,
ServletRequest request)
Mutate a AttributeContext . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |