|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.apache.tiles.BasicAttributeContext
org.apache.tiles.context.BasicAttributeContext
BasicAttributeContext.
@Deprecated public class BasicAttributeContext
Deprecated implementation for AttributeContext, maintained
for compatibility reasons.
| Field Summary |
|---|
| Fields inherited from class org.apache.tiles.BasicAttributeContext |
|---|
attributes, cascadedAttributes, preparer, templateAttribute |
| Constructor Summary | |
|---|---|
BasicAttributeContext()
Deprecated. Constructor. |
|
BasicAttributeContext(AttributeContext context)
Deprecated. Copy constructor. |
|
BasicAttributeContext(BasicAttributeContext context)
Deprecated. Copy constructor. |
|
BasicAttributeContext(Map<String,Attribute> attributes)
Deprecated. Constructor. |
|
| Method Summary | |
|---|---|
static AttributeContext |
getContext(TilesRequestContext tilesContext)
Deprecated. Use TilesContainer.getAttributeContext(Object...). |
static Stack<AttributeContext> |
getContextStack(TilesRequestContext tilesContext)
Deprecated. Use TilesContainer.getAttributeContext(Object...),
TilesContainer.startContext(Object...) or
TilesContainer.endContext(Object...). |
static AttributeContext |
popContext(TilesRequestContext tilesContext)
Deprecated. Use TilesContainer.endContext(Object...). |
static void |
pushContext(AttributeContext context,
TilesRequestContext tilesContext)
Deprecated. Use TilesContainer.startContext(Object...). |
| Methods inherited from class org.apache.tiles.BasicAttributeContext |
|---|
addAll, addMissing, clear, equals, getAttribute, getAttributeNames, getCascadedAttribute, getCascadedAttributeNames, getLocalAttribute, getLocalAttributeNames, getPreparer, getTemplateAttribute, hashCode, inherit, inherit, inheritCascadedAttributes, putAttribute, putAttribute, setPreparer, setTemplateAttribute |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicAttributeContext()
public BasicAttributeContext(Map<String,Attribute> attributes)
attributes - Attributes to initialize context.public BasicAttributeContext(AttributeContext context)
context - The constructor to copy.public BasicAttributeContext(BasicAttributeContext context)
context - The constructor to copy.| Method Detail |
|---|
@Deprecated public static AttributeContext getContext(TilesRequestContext tilesContext)
TilesContainer.getAttributeContext(Object...).
tilesContext - current Tiles application context.
@Deprecated public static Stack<AttributeContext> getContextStack(TilesRequestContext tilesContext)
TilesContainer.getAttributeContext(Object...),
TilesContainer.startContext(Object...) or
TilesContainer.endContext(Object...).
tilesContext - The Tiles context object to use.
@Deprecated
public static void pushContext(AttributeContext context,
TilesRequestContext tilesContext)
TilesContainer.startContext(Object...).
context - The context to push.tilesContext - The Tiles context object to use.@Deprecated public static AttributeContext popContext(TilesRequestContext tilesContext)
TilesContainer.endContext(Object...).
tilesContext - The Tiles context object to use.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||