Uses of Interface
org.vraptor.core.Controller

Packages that use Controller
org.vraptor   
org.vraptor.core   
 

Uses of Controller in org.vraptor
 

Constructors in org.vraptor with parameters of type Controller
VRaptorServlet(Controller controller)
           
 

Uses of Controller in org.vraptor.core
 

Classes in org.vraptor.core that implement Controller
 class DefaultController
          Main vraptor2 controller.
 

Methods in org.vraptor.core that return Controller
 Controller ControllerFactory.configure(javax.servlet.ServletContext appContext)
          VRaptor's controller factory.
 

Constructors in org.vraptor.core with parameters of type Controller
VRaptorExecution(ComponentType componentType, LogicMethod method, Controller controller, WebRequest webRequest)
           
 



Copyright © 2004-2008 VRaptor. All Rights Reserved.