Interface DecoratablePage


public interface DecoratablePage
Representation of a page that will be decorated. This class contains methods for extracting information about the page such as title, meta properties, body tag properties, as well as for rendering the head and body content.
Since:
v6.1
  • Method Details

    • getTitle

      String getTitle()
    • getMetaProperty

      String getMetaProperty(String key)
    • getBodyTagProperty

      String getBodyTagProperty(String key)
    • getPageProperty

      String getPageProperty(String key)
    • writeHead

      void writeHead(Writer writer)
    • writeBody

      void writeBody(Writer writer)