Class FrameContext


  • public class FrameContext
    extends Context<FrameContext>
    The context associate to page of frame page.
    Since:
    2.0
    Author:
    Christophe Friederich
    • Constructor Detail

      • FrameContext

        public FrameContext​(@Nonnull
                            ISkinConfig config,
                            @Nonnull
                            String documentParent)
        Parameters:
        config - a config (can not be null).
        documentParent - name of parent.
    • Method Detail

      • getDocumentParent

        public String getDocumentParent()
        Returns:
        Returns a String representing the name of parent page.
      • getSlugDocumentParent

        public String getSlugDocumentParent()
        Returns:
        Returns a String representing the slugged name(pageId) of parent page.
      • getToc

        public Toc<?> getToc()
        Returns:
        returns the Toc.