|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMonitorFactory
Interface for an object that can create a 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.
Method Summary | |
---|---|
IMonitor |
createMonitor(WebRequest request)
Deprecated. Create a new IMonitor instance. |
Method Detail |
---|
IMonitor createMonitor(WebRequest request)
IMonitor
instance. Alternately, return a shared instance. This method
may be invoked by multiple threads.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |