Interface DecoratablePage

All Known Implementing Classes:
VelocitySitemeshPage

public interface DecoratablePage
Since:
9.1
  • Method Details

    • getTitle

      String getTitle()
    • getProperty

      String getProperty(String name)
    • renderableBody

      org.apache.velocity.runtime.Renderable renderableBody()
    • renderableHead

      org.apache.velocity.runtime.Renderable renderableHead()
    • writePage

      void writePage(Writer writer) throws IOException
      Throws:
      IOException