Class DecoratorUtil.SideBarContext
java.lang.Object
com.atlassian.confluence.impl.util.DecoratorUtil.SideBarContext
- Enclosing class:
- DecoratorUtil
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSideBarContext
(Space space, AbstractPage page, String pageId, String context, String contextKey, String collectorKey) -
Method Summary
Modifier and TypeMethodDescriptiongetPage()
void
setAction
(ConfluenceActionSupport action) toMap
(ConfluenceActionSupport action) Methods returns page/blogpost sidebar context as a map.
-
Field Details
-
defaultContext
-
-
Constructor Details
-
SideBarContext
-
-
Method Details
-
getPage
-
getPageId
-
getContext
-
getContextKey
-
getCollectorKey
-
setAction
-
getAction
-
toMap
Methods returns page/blogpost sidebar context as a map. It also adds/replaces"action"
parameter of the context withaction
method parameter.- Parameters:
action
- to be added to context- Returns:
- saved sidebar context as map
- Since:
- 5.10
-