Module tapestry.monitor
Back to master index

[public] Service Point tapestry.monitor.MonitorFactory Interface: org.apache.tapestry.engine.IMonitorFactory
The actual MonitorFactory for the application, which will be the DefaultMonitorFactory unless overridden as the application extension org.apache.tapestry.monitor-factory.
Implementation
  • <invoke-factory service-id="tapestry.ExtensionLookupFactory" model="singleton" >
    • <lookup default="service:DefaultMonitorFactory" extension-name="org.apache.tapestry.monitor-factory" />
    </invoke-factory>

Module tapestry.monitor
Back to master index