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(ControllerDefinitionFactory controllerDefinitionFactory, DataBinder dataBinder, ActionMethodExecutor actionMethodExecutor, ActionMethodResponseHandler actionMethodResponseHandler, Validator validator, RequestAttributeBinder requestAttributeBinder)
           
WaffleVelocityServlet(ControllerDefinitionFactory controllerDefinitionFactory)
           
 



Copyright © 2007 null. All Rights Reserved.