Class PageContext
- java.lang.Object
-
- org.devacfr.maven.skins.reflow.model.Component
-
- org.devacfr.maven.skins.reflow.context.Context<PageContext>
-
- org.devacfr.maven.skins.reflow.context.PageContext
-
public class PageContext extends Context<PageContext>
- Since:
- 2.0
- Author:
- Christophe Friederich
-
-
Constructor Summary
Constructors Constructor Description PageContext(ISkinConfig config)Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HeadergetHeader()Gets the header of page.Toc<?>getToc()-
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
-
PageContext
public PageContext(@Nonnull ISkinConfig config)
Default constructor.- Parameters:
config- a config (can not benull).
-
-