Class XHTMLPage

All Implemented Interfaces:
Component, Container, Page, StreamablePage, Serializable, Cloneable

public class XHTMLPage extends AbstractContainer implements StreamablePage
This class creates HTML-Pages from XHTML-Source.
See Also:
  • Field Details

  • Constructor Details

    • XHTMLPage

      public XHTMLPage()
      creates a new empty XHTMLPage object
    • XHTMLPage

      public XHTMLPage(String resource)
      creates a new XHTMLPage object from a specified template source and builds the JDOM. the required resource-bundles will be determined automatically
    • XHTMLPage

      public XHTMLPage(String file, Resource resource)
      creates a new XHTMLPage object from a specified template source and builds the JDOM with specified ResourceBundle
      Parameters:
      resource - - the specified resource
  • Method Details