org.apache.tapestry5.services
Interface PageDocumentGenerator

All Known Implementing Classes:
PageDocumentGeneratorImpl

public interface PageDocumentGenerator

Interface used to programatically render a page, forming a Document which can then be manipulated or streamed to a PrintWriter.


Method Summary
 Document render(String logicalPageName)
          Renders the page.
 

Method Detail

render

Document render(String logicalPageName)
Renders the page.



Copyright © 2003-2012 The Apache Software Foundation.