Package com.atlassian.confluence.pages
Class ListPagesContextProvider
- java.lang.Object
-
- com.atlassian.confluence.pages.ListPagesContextProvider
-
- All Implemented Interfaces:
com.atlassian.plugin.web.ContextProvider
public class ListPagesContextProvider extends Object implements com.atlassian.plugin.web.ContextProvider
-
-
Field Summary
Fields Modifier and Type Field Description static String
LIST_PAGES_URL
static String
REORDER_PAGES_URL
-
Constructor Summary
Constructors Constructor Description ListPagesContextProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getContextMap(Map<String,Object> context)
void
init(Map<String,String> params)
void
setThemeManager(ThemeManager themeManager)
-
-
-
Field Detail
-
REORDER_PAGES_URL
public static final String REORDER_PAGES_URL
- See Also:
- Constant Field Values
-
LIST_PAGES_URL
public static final String LIST_PAGES_URL
- See Also:
- Constant Field Values
-
-
Method Detail
-
init
public void init(Map<String,String> params) throws com.atlassian.plugin.PluginParseException
- Specified by:
init
in interfacecom.atlassian.plugin.web.ContextProvider
- Throws:
com.atlassian.plugin.PluginParseException
-
getContextMap
public Map<String,Object> getContextMap(Map<String,Object> context)
- Specified by:
getContextMap
in interfacecom.atlassian.plugin.web.ContextProvider
-
setThemeManager
public void setThemeManager(ThemeManager themeManager)
-
-