Uses of Interface
org.codehaus.waffle.monitor.ServletMonitor

Packages that use ServletMonitor
org.codehaus.waffle   
org.codehaus.waffle.context.pico   
org.codehaus.waffle.monitor   
org.codehaus.waffle.servlet   
 

Uses of ServletMonitor in org.codehaus.waffle
 

Methods in org.codehaus.waffle that return ServletMonitor
 ServletMonitor ComponentRegistry.getServletMonitor()
           
 

Uses of ServletMonitor in org.codehaus.waffle.context.pico
 

Methods in org.codehaus.waffle.context.pico that return ServletMonitor
 ServletMonitor PicoComponentRegistry.getServletMonitor()
           
 

Uses of ServletMonitor in org.codehaus.waffle.monitor
 

Classes in org.codehaus.waffle.monitor that implement ServletMonitor
 class AbstractWritingMonitor
          Abstract implementation of Monitor that delegates writing to concrete subclasses.
 class CommonsLoggingMonitor
          Writing monitor that uses Commons-Logging to log events
 class ConsoleMonitor
          Writing monitor that write events to console.
 class SilentMonitor
          SilentMonitor is a writing monitor that writes nothing.
 

Uses of ServletMonitor in org.codehaus.waffle.servlet
 

Constructors in org.codehaus.waffle.servlet with parameters of type ServletMonitor
WaffleServlet(ActionMethodExecutor actionMethodExecutor, ActionMethodResponseHandler actionMethodResponseHandler, ServletMonitor servletMonitor, ControllerDataBinder controllerDataBinder, ControllerDefinitionFactory controllerDefinitionFactory, MessageResources messageResources, ViewDataBinder viewDataBinder, ViewResolver viewResolver, Validator validator)
          Constructor required by builder and useful for testing
 



Copyright © 2008. All Rights Reserved.