@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()
KeyedBandanaContextThis 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 KeyedBandanaContextpublic com.atlassian.bandana.BandanaContext getParentContext()
getParentContext in interface com.atlassian.bandana.BandanaContextpublic boolean hasParentContext()
hasParentContext in interface com.atlassian.bandana.BandanaContextCopyright © 2003–2017 Atlassian. All rights reserved.