Class JournalBandanaContext

    • Constructor Detail

      • JournalBandanaContext

        public JournalBandanaContext()
    • Method Detail

      • getContextKey

        public String getContextKey()
        Description copied from interface: KeyedBandanaContext
        A 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:
        getContextKey in interface KeyedBandanaContext
        Returns:
        a string representation of this context
      • getParentContext

        public com.atlassian.bandana.BandanaContext getParentContext()
        Specified by:
        getParentContext in interface com.atlassian.bandana.BandanaContext
      • hasParentContext

        public boolean hasParentContext()
        Specified by:
        hasParentContext in interface com.atlassian.bandana.BandanaContext