Uses of Interface
org.codehaus.waffle.controller.ControllerDefinitionFactory

Packages that use ControllerDefinitionFactory
org.codehaus.waffle   
org.codehaus.waffle.context.pico   
org.codehaus.waffle.controller   
org.codehaus.waffle.servlet   
 

Uses of ControllerDefinitionFactory in org.codehaus.waffle
 

Methods in org.codehaus.waffle that return ControllerDefinitionFactory
 ControllerDefinitionFactory ComponentRegistry.getControllerDefinitionFactory()
           
 

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

Methods in org.codehaus.waffle.context.pico that return ControllerDefinitionFactory
 ControllerDefinitionFactory PicoComponentRegistry.getControllerDefinitionFactory()
           
 

Uses of ControllerDefinitionFactory in org.codehaus.waffle.controller
 

Classes in org.codehaus.waffle.controller that implement ControllerDefinitionFactory
 class ContextControllerDefinitionFactory
          Implementation of the controller definition factory which uses the context container to look up the controller objected registered.
 class RubyControllerDefinitionFactory
           
 

Uses of ControllerDefinitionFactory in org.codehaus.waffle.servlet
 

Constructors in org.codehaus.waffle.servlet with parameters of type ControllerDefinitionFactory
WaffleServlet(ActionMethodExecutor actionMethodExecutor, ActionMethodResponseHandler actionMethodResponseHandler, ServletMonitor servletMonitor, DataBinder dataBinder, RequestAttributeBinder requestAttributeBinder, ControllerDefinitionFactory controllerDefinitionFactory, Validator validator)
          Constructor required by builder and useful for testing
WaffleVelocityServlet(ControllerDefinitionFactory controllerDefinitionFactory)
           
 



Copyright © 2008. All Rights Reserved.