@Deprecated public class BasicAttributeContext extends BasicAttributeContext
AttributeContext, maintained
for compatibility reasons.attributes, cascadedAttributes, preparer, templateAttribute| Constructor and Description |
|---|
BasicAttributeContext()
Deprecated.
Constructor.
|
BasicAttributeContext(AttributeContext context)
Deprecated.
Copy constructor.
|
BasicAttributeContext(BasicAttributeContext context)
Deprecated.
Copy constructor.
|
BasicAttributeContext(Map<String,Attribute> attributes)
Deprecated.
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static AttributeContext |
getContext(TilesRequestContext tilesContext)
Deprecated.
|
static Stack<AttributeContext> |
getContextStack(TilesRequestContext tilesContext)
|
static AttributeContext |
popContext(TilesRequestContext tilesContext)
Deprecated.
|
static void |
pushContext(AttributeContext context,
TilesRequestContext tilesContext)
Deprecated.
|
addAll, addMissing, clear, equals, getAttribute, getAttributeNames, getCascadedAttribute, getCascadedAttributeNames, getLocalAttribute, getLocalAttributeNames, getPreparer, getTemplateAttribute, hashCode, inherit, inherit, inheritCascadedAttributes, putAttribute, putAttribute, setPreparer, setTemplateAttributepublic 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.@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.Copyright © 2025. All rights reserved.