org.apache.tapestry5.internal.services
Class PageDocumentGeneratorImpl

java.lang.Object
  extended by org.apache.tapestry5.internal.services.PageDocumentGeneratorImpl
All Implemented Interfaces:
PageDocumentGenerator

public class PageDocumentGeneratorImpl
extends Object
implements PageDocumentGenerator


Constructor Summary
PageDocumentGeneratorImpl(RequestPageCache pageCache, PageMarkupRenderer markupRenderer, MarkupWriterFactory markupWriterFactory)
           
 
Method Summary
 Document render(String logicalPageName)
          Renders the page.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageDocumentGeneratorImpl

public PageDocumentGeneratorImpl(RequestPageCache pageCache,
                                 PageMarkupRenderer markupRenderer,
                                 MarkupWriterFactory markupWriterFactory)
Method Detail

render

public Document render(String logicalPageName)
Description copied from interface: PageDocumentGenerator
Renders the page.

Specified by:
render in interface PageDocumentGenerator


Copyright © 2003-2012 The Apache Software Foundation.