Class GrailsTokenizedHTMLPage

  • All Implemented Interfaces:
    com.opensymphony.module.sitemesh.html.rules.PageBuilder, com.opensymphony.module.sitemesh.HTMLPage, com.opensymphony.module.sitemesh.Page

    public class GrailsTokenizedHTMLPage
    extends com.opensymphony.module.sitemesh.parser.TokenizedHTMLPage
    • Field Summary

      • Fields inherited from class com.opensymphony.module.sitemesh.parser.AbstractPage

        pageData
    • Constructor Summary

      Constructors 
      Constructor Description
      GrailsTokenizedHTMLPage​(char[] data, com.opensymphony.module.sitemesh.html.util.CharArray body, com.opensymphony.module.sitemesh.html.util.CharArray head)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      char[] getData()  
      void writeBody​(java.io.Writer out)  
      void writeHead​(java.io.Writer out)  
      • Methods inherited from class com.opensymphony.module.sitemesh.parser.TokenizedHTMLPage

        getBody, getHead, getPage
      • Methods inherited from class com.opensymphony.module.sitemesh.parser.AbstractHTMLPage

        isFrameSet, setFrameSet
      • Methods inherited from class com.opensymphony.module.sitemesh.parser.AbstractPage

        addProperty, getBooleanProperty, getContentLength, getIntProperty, getLongProperty, getProperties, getProperty, getPropertyKeys, getRequest, getTitle, isPropertySet, noNull, setRequest, writePage
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.opensymphony.module.sitemesh.Page

        addProperty, getBooleanProperty, getContentLength, getIntProperty, getLongProperty, getProperties, getProperty, getPropertyKeys, getRequest, getTitle, isPropertySet, setRequest, writePage
      • Methods inherited from interface com.opensymphony.module.sitemesh.html.rules.PageBuilder

        addProperty
    • Constructor Detail

      • GrailsTokenizedHTMLPage

        public GrailsTokenizedHTMLPage​(char[] data,
                                       com.opensymphony.module.sitemesh.html.util.CharArray body,
                                       com.opensymphony.module.sitemesh.html.util.CharArray head)
    • Method Detail

      • writeHead

        public void writeHead​(java.io.Writer out)
                       throws java.io.IOException
        Specified by:
        writeHead in interface com.opensymphony.module.sitemesh.HTMLPage
        Overrides:
        writeHead in class com.opensymphony.module.sitemesh.parser.TokenizedHTMLPage
        Throws:
        java.io.IOException
      • writeBody

        public void writeBody​(java.io.Writer out)
                       throws java.io.IOException
        Specified by:
        writeBody in interface com.opensymphony.module.sitemesh.Page
        Overrides:
        writeBody in class com.opensymphony.module.sitemesh.parser.TokenizedHTMLPage
        Throws:
        java.io.IOException
      • getData

        public char[] getData()