public interface

KeyedBandanaContext

implements BandanaContext
com.atlassian.confluence.setup.bandana.KeyedBandanaContext
Known Indirect Subclasses

Class Overview

BandanaContext which provides a string key. Can be used for key persistence.

Summary

Public Methods
String getContextKey()
A string representation of this context.
[Expand]
Inherited Methods
From interface com.atlassian.bandana.BandanaContext

Public Methods

public String getContextKey ()

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.

Returns
  • a string representation of this context