Uses of Interface
org.apache.tapestry.engine.IPageRecorder

Packages that use IPageRecorder
org.apache.tapestry.engine Implementations of the IEngine interface, including the standard implementation: BaseEngine
org.apache.tapestry.record Abstract and simple (memory-based) implementations of IPageRecorder
 

Uses of IPageRecorder in org.apache.tapestry.engine
 

Methods in org.apache.tapestry.engine that return IPageRecorder
protected  IPageRecorder RequestCycle.getPageRecorder(String name)
          Returns the page recorder for the named page.
 

Uses of IPageRecorder in org.apache.tapestry.record
 

Classes in org.apache.tapestry.record that implement IPageRecorder
 class PageRecorderImpl
           
 

Methods in org.apache.tapestry.record that return IPageRecorder
 IPageRecorder PageRecorderSource.createPageRecorder(IPage page)
           
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.