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

Packages that use IMonitor
org.apache.tapestry Tapestry is a comprehensive web application framework, written in Java. 
org.apache.tapestry.engine Implementations of the IEngine interface, including the standard implementation: BaseEngine
org.apache.tapestry.pageload Classes used when loading pages (and thier heirarchies of components) from thier specifications, as well as organizaing thier templates. 
 

Uses of IMonitor in org.apache.tapestry
 

Methods in org.apache.tapestry that return IMonitor
 IMonitor IRequestCycle.getMonitor()
           
 

Uses of IMonitor in org.apache.tapestry.engine
 

Classes in org.apache.tapestry.engine that implement IMonitor
 class NullMonitor
          Deprecated. To be removed in 4.1 with no direct replacement
 

Methods in org.apache.tapestry.engine that return IMonitor
 IMonitor DefaultMonitorFactory.createMonitor(WebRequest request)
          Deprecated. Returns a shared instance of NullMonitor.
 IMonitor IMonitorFactory.createMonitor(WebRequest request)
          Deprecated. Create a new IMonitorinstance.
 IMonitor RequestCycle.getMonitor()
           
 

Methods in org.apache.tapestry.engine with parameters of type IMonitor
 IPage IPageSource.getPage(IRequestCycle cycle, java.lang.String pageName, IMonitor monitor)
          Gets a given page for the engine.
 

Constructors in org.apache.tapestry.engine with parameters of type IMonitor
RequestCycle(IEngine engine, QueryParameterMap parameters, java.lang.String serviceName, IMonitor monitor, RequestCycleEnvironment environment, RequestContext context)
          Standard constructor used to render a response page.
 

Uses of IMonitor in org.apache.tapestry.pageload
 

Methods in org.apache.tapestry.pageload with parameters of type IMonitor
 IPage PageSource.getPage(IRequestCycle cycle, java.lang.String pageName, IMonitor monitor)
          Gets the page from a pool, or otherwise loads the page.