Class DocumentContext
- java.lang.Object
-
- org.devacfr.maven.skins.reflow.model.Component
-
- org.devacfr.maven.skins.reflow.context.Context<DocumentContext>
-
- org.devacfr.maven.skins.reflow.context.DocumentContext
-
public class DocumentContext extends Context<DocumentContext>
The context associate to page of doc page.- Since:
- 2.0
- Author:
- Christophe Friederich
-
-
Constructor Summary
Constructors Constructor Description DocumentContext(ISkinConfig config)Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NavSideMenugetNavSideMenu()-
Methods inherited from class org.devacfr.maven.skins.reflow.context.Context
buildContext, getFooter, getNavbar, getScrollTop, getType, initialize, onPreRender, preRender, self, toString, withType
-
Methods inherited from class org.devacfr.maven.skins.reflow.model.Component
addChildren, addCssOptions, getCssClass, getCssOptions, setCssClass
-
-
-
-
Constructor Detail
-
DocumentContext
public DocumentContext(@Nonnull ISkinConfig config)
Default constructor.- Parameters:
config- a config (can not benull).
-
-
Method Detail
-
getNavSideMenu
public NavSideMenu getNavSideMenu()
- Returns:
- Returns the
NavSideMenu.
-
-