Class FrameContext
- java.lang.Object
-
- org.devacfr.maven.skins.reflow.model.Component
-
- org.devacfr.maven.skins.reflow.context.Context<FrameContext>
-
- org.devacfr.maven.skins.reflow.context.FrameContext
-
public class FrameContext extends Context<FrameContext>
The context associate to page of frame page.- Since:
- 2.0
- Author:
- Christophe Friederich
-
-
Constructor Summary
Constructors Constructor Description FrameContext(ISkinConfig config, String documentParent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDocumentParent()StringgetSlugDocumentParent()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
-
FrameContext
public FrameContext(@Nonnull ISkinConfig config, @Nonnull String documentParent)
- Parameters:
config- a config (can not benull).documentParent- name of parent.
-
-