Interface StreamablePage

All Superinterfaces:
Page
All Known Implementing Classes:
JSONPage, VelocityPage, XHTMLPage

public interface StreamablePage extends Page
A Page that can write/stream its output with a writer. This can usually be done without manifesting the whole "response" in memory.
  • Method Details

    • output

      void output(Writer w)