Uses of Interface
com.dyuproject.web.rest.mvc.Controller

Packages that use Controller
com.dyuproject.web.rest.mvc   
com.dyuproject.web.rest.mvc.controller   
 

Uses of Controller in com.dyuproject.web.rest.mvc
 

Classes in com.dyuproject.web.rest.mvc that implement Controller
 class AbstractController
          Deprecated. 
 

Methods in com.dyuproject.web.rest.mvc that return Controller
 Controller RESTControllerContext.getController(String resourceName)
          Deprecated.  
 Controller RESTControllerContext.getDefaultController()
          Deprecated.  
 

Methods in com.dyuproject.web.rest.mvc with parameters of type Controller
 void RESTControllerContext.addController(Controller c)
          Deprecated.  
static void RESTControllerContext.handle(Controller controller, String mime, HttpServletRequest request, HttpServletResponse response)
          Deprecated.  
 void RESTControllerContext.setControllers(Controller[] controllers)
          Deprecated.  
 void RESTControllerContext.setDefaultController(Controller defaultController)
          Deprecated.  
 

Method parameters in com.dyuproject.web.rest.mvc with type arguments of type Controller
 void RESTControllerContext.setControllers(List<Controller> controllers)
          Deprecated.  
 

Uses of Controller in com.dyuproject.web.rest.mvc.controller
 

Classes in com.dyuproject.web.rest.mvc.controller that implement Controller
 class ContextController
          Deprecated. 
 class CRUDController
          Deprecated. 
 class JSPViewController
          Deprecated. 
 class StaticResourceController
          Deprecated. 
 class VerbMappedController
          Deprecated. 
 

Methods in com.dyuproject.web.rest.mvc.controller that return Controller
 Controller ContextController.getController(String resourceName)
          Deprecated.  
 Controller ContextController.getDefaultController()
          Deprecated.  
 

Methods in com.dyuproject.web.rest.mvc.controller with parameters of type Controller
 void ContextController.addController(Controller c)
          Deprecated.  
 void ContextController.setControllers(Controller[] controllers)
          Deprecated.  
 void ContextController.setDefaultController(Controller defaultController)
          Deprecated.  
 

Method parameters in com.dyuproject.web.rest.mvc.controller with type arguments of type Controller
 void ContextController.setControllers(List<Controller> controllers)
          Deprecated.  
 



Copyright © 2008-2013. All Rights Reserved.