Class FastPage

All Implemented Interfaces:
HTMLPage, Page

public final class FastPage extends AbstractHTMLPage
HTMLPage implementation produced by FastPageParser.
Author:
Victor Salaman
  • Constructor Details

    • FastPage

      public FastPage(SitemeshBuffer sitemeshBuffer, Map<String,String> sitemeshProps, Map<String,String> htmlProps, Map<String,String> metaProps, Map<String,String> bodyProps, String title, String head, String body, boolean frameSet)
      Instantiates a new fast page.
      Parameters:
      sitemeshBuffer - the sitemesh buffer
      sitemeshProps - the sitemesh props
      htmlProps - the html props
      metaProps - the meta props
      bodyProps - the body props
      title - the title
      head - the head
      body - the body
      frameSet - the frame set
  • Method Details