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

Packages that use IMonitorFactory
org.apache.tapestry.engine Implementations of the IEngine interface, including the standard implementation: BaseEngine
org.apache.tapestry.services.impl   
 

Uses of IMonitorFactory in org.apache.tapestry.engine
 

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

Uses of IMonitorFactory in org.apache.tapestry.services.impl
 

Methods in org.apache.tapestry.services.impl with parameters of type IMonitorFactory
 void RequestCycleFactoryImpl.setMonitorFactory(IMonitorFactory monitorFactory)