Class GeneratedDocumentPageTemplate

    • Field Detail

      • HTMLTEMPLATE

        public static final java.lang.String HTMLTEMPLATE
        Qualifier of the DocumentPageTemplate.htmlTemplate attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedDocumentPageTemplate

        public GeneratedDocumentPageTemplate()
    • Method Detail

      • getHtmlTemplate

        public RendererTemplate getHtmlTemplate​(SessionContext ctx)
        Generated method - Getter of the DocumentPageTemplate.htmlTemplate attribute.
        Returns:
        the htmlTemplate - Contains renderer that generates body of the document.
      • getHtmlTemplate

        public RendererTemplate getHtmlTemplate()
        Generated method - Getter of the DocumentPageTemplate.htmlTemplate attribute.
        Returns:
        the htmlTemplate - Contains renderer that generates body of the document.
      • setHtmlTemplate

        public void setHtmlTemplate​(SessionContext ctx,
                                    RendererTemplate value)
        Generated method - Setter of the DocumentPageTemplate.htmlTemplate attribute.
        Parameters:
        value - the htmlTemplate - Contains renderer that generates body of the document.
      • setHtmlTemplate

        public void setHtmlTemplate​(RendererTemplate value)
        Generated method - Setter of the DocumentPageTemplate.htmlTemplate attribute.
        Parameters:
        value - the htmlTemplate - Contains renderer that generates body of the document.