org.apache.tapestry.engine
Class DefaultMonitorFactory

java.lang.Object
  extended by org.apache.tapestry.engine.DefaultMonitorFactory
All Implemented Interfaces:
IMonitorFactory

Deprecated. To be removed in 4.1 with no direct replacement.

public class DefaultMonitorFactory
extends java.lang.Object
implements IMonitorFactory

Implementation of IMonitorFactory that returns the NullMonitor.

Author:
Howard Lewis Ship

Constructor Summary
DefaultMonitorFactory()
          Deprecated.  
 
Method Summary
 IMonitor createMonitor(WebRequest request)
          Deprecated. Returns a shared instance of NullMonitor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultMonitorFactory

public DefaultMonitorFactory()
Deprecated. 
Method Detail

createMonitor

public IMonitor createMonitor(WebRequest request)
Deprecated. 
Returns a shared instance of NullMonitor.

Specified by:
createMonitor in interface IMonitorFactory