@Internal public class JournalBandanaContext extends Object implements KeyedBandanaContext
Constructor and Description |
---|
JournalBandanaContext() |
Modifier and Type | Method and Description |
---|---|
String |
getContextKey()
A string representation of this context.
|
com.atlassian.bandana.BandanaContext |
getParentContext() |
boolean |
hasParentContext() |
public String getContextKey()
KeyedBandanaContext
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
getContextKey
in interface KeyedBandanaContext
public com.atlassian.bandana.BandanaContext getParentContext()
getParentContext
in interface com.atlassian.bandana.BandanaContext
public boolean hasParentContext()
hasParentContext
in interface com.atlassian.bandana.BandanaContext
Copyright © 2003–2017 Atlassian. All rights reserved.