public interface IMonitorFactory
IMonitor
instance for a particular
RequestContext
. The engine expects there to be a monitor
factory as application extension org.apache.tapestry.monitor-factory
. If no such
extension exists, then DefaultMonitorFactory
is used instead.Modifier and Type | Method and Description |
---|---|
IMonitor |
createMonitor(WebRequest request)
Deprecated.
Create a new
IMonitor instance. |
IMonitor createMonitor(WebRequest request)
IMonitor
instance. Alternately, return a shared instance. This method
may be invoked by multiple threads.