org.apache.tapestry.engine
Class DefaultMonitorFactory
java.lang.Object
org.apache.tapestry.engine.DefaultMonitorFactory
- All Implemented Interfaces:
- IMonitorFactory
public class DefaultMonitorFactory
- extends Object
- implements IMonitorFactory
Implementation of IMonitorFactory
that returns the NullMonitor
.
- Version:
- $Id: DefaultMonitorFactory.java 243791 2004-02-19 17:38:13Z hlship $
- Author:
- Howard Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SHARED
public static final IMonitorFactory SHARED
DefaultMonitorFactory
public DefaultMonitorFactory()
createMonitor
public IMonitor createMonitor(RequestContext context)
- Returns
NullMonitor.SHARED
.
- Specified by:
createMonitor
in interface IMonitorFactory