Class PartialPageParserPage

java.lang.Object
com.opensymphony.module.sitemesh.parser.AbstractPage
com.opensymphony.module.sitemesh.parser.PartialPageParserPage
All Implemented Interfaces:
Page
Direct Known Subclasses:
PartialPageParserHtmlPage

public class PartialPageParserPage extends AbstractPage
The Class PartialPageParserPage.
  • Constructor Details

    • PartialPageParserPage

      public PartialPageParserPage(SitemeshBuffer sitemeshBuffer, SitemeshBufferFragment body)
      Instantiates a new partial page parser page.
      Parameters:
      sitemeshBuffer - the sitemesh buffer
      body - the body
  • Method Details

    • writeBody

      public void writeBody(Writer out) throws IOException
      Description copied from class: AbstractPage
      Write data of html <body> tag.

      Must be implemented. Data written should not actually contain the body tags, but all the data in between.

      Specified by:
      writeBody in interface Page
      Specified by:
      writeBody in class AbstractPage
      Parameters:
      out - the out
      Throws:
      IOException - Signals that an I/O exception has occurred.