Class JournalBandanaContext
- java.lang.Object
 - 
- com.atlassian.confluence.impl.journal.JournalBandanaContext
 
 
- 
- All Implemented Interfaces:
 com.atlassian.bandana.BandanaContext,KeyedBandanaContext,Serializable
@Internal public class JournalBandanaContext extends Object implements KeyedBandanaContext
Bandana context that acts as a namespace for key value pairs for the journal system.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description JournalBandanaContext() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContextKey()A string representation of this context.com.atlassian.bandana.BandanaContextgetParentContext()booleanhasParentContext() 
 - 
 
- 
- 
Method Detail
- 
getContextKey
public String 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
public com.atlassian.bandana.BandanaContext getParentContext()
- Specified by:
 getParentContextin interfacecom.atlassian.bandana.BandanaContext
 
- 
hasParentContext
public boolean hasParentContext()
- Specified by:
 hasParentContextin interfacecom.atlassian.bandana.BandanaContext
 
 - 
 
 -