public static class DecoratorUtil.SideBarContext extends Object
Modifier and Type | Field and Description |
---|---|
static DecoratorUtil.SideBarContext |
defaultContext |
Constructor and Description |
---|
SideBarContext(Space space,
AbstractPage page,
String pageId,
String context,
String contextKey,
String collectorKey) |
Modifier and Type | Method and Description |
---|---|
com.opensymphony.xwork.ActionSupport |
getAction() |
String |
getCollectorKey() |
String |
getContext() |
String |
getContextKey() |
AbstractPage |
getPage() |
String |
getPageId() |
void |
setAction(com.opensymphony.xwork.ActionSupport action) |
Map<String,Object> |
toMap(com.opensymphony.xwork.ActionSupport action)
Methods returns page/blogpost sidebar context as a map.
|
public static final DecoratorUtil.SideBarContext defaultContext
public AbstractPage getPage()
public String getPageId()
public String getContext()
public String getContextKey()
public String getCollectorKey()
public void setAction(com.opensymphony.xwork.ActionSupport action)
public com.opensymphony.xwork.ActionSupport getAction()
public Map<String,Object> toMap(com.opensymphony.xwork.ActionSupport action)
"action"
parameter of the
context with action
method parameter.action
- to be added to contextCopyright © 2003–2017 Atlassian. All rights reserved.