Class DecoratorUtil.ContentNavigationContext
- java.lang.Object
-
- com.atlassian.confluence.impl.util.DecoratorUtil.ContentNavigationContext
-
- Enclosing class:
- DecoratorUtil
public static class DecoratorUtil.ContentNavigationContext extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static DecoratorUtil.ContentNavigationContext
defaultContext
-
Constructor Summary
Constructors Constructor Description ContentNavigationContext(AbstractPage page, String mode, String context, ThemeHelper helper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContext()
ThemeHelper
getHelper()
String
getMode()
AbstractPage
getPage()
-
-
-
Field Detail
-
defaultContext
public static final DecoratorUtil.ContentNavigationContext defaultContext
-
-
Constructor Detail
-
ContentNavigationContext
public ContentNavigationContext(AbstractPage page, String mode, String context, ThemeHelper helper)
-
-
Method Detail
-
getPage
public AbstractPage getPage()
-
getMode
public String getMode()
-
getContext
public String getContext()
-
getHelper
public ThemeHelper getHelper()
-
-