Class ConfluenceBandanaContext
java.lang.Object
com.atlassian.confluence.setup.bandana.ConfluenceBandanaContext
- All Implemented Interfaces:
BandanaContext,KeyedBandanaContext,Serializable
Simple
KeyedBandanaContext which falls back to the global context if the key is not found.- Since:
- 1.3
- See Also:
-
Field Details
-
GLOBAL_CONTEXT_KEY
- See Also:
-
GLOBAL_CONTEXT
-
-
Constructor Details
-
ConfluenceBandanaContext
public ConfluenceBandanaContext() -
ConfluenceBandanaContext
-
ConfluenceBandanaContext
-
-
Method Details
-
getContextKey
Description copied from interface:KeyedBandanaContextA string representation of this context.This key should be unique as keys are shared across plugins and Confluence itself. Consider using a plugin key or class name.
Note that if and only if two contexts are
equal , their context keys should also be equal.- Specified by:
getContextKeyin interfaceKeyedBandanaContext- Returns:
- a string representation of this context
-
getParentContext
- Specified by:
getParentContextin interfaceBandanaContext- Returns:
- This context's parent, or null if it is a root context.
-
equals
-
hashCode
public int hashCode() -
toString
-