Uses of Class
com.dyuproject.web.rest.WebContext

Packages that use WebContext
com.dyuproject.web.rest   
com.dyuproject.web.rest.mvc   
com.dyuproject.web.rest.service   
 

Uses of WebContext in com.dyuproject.web.rest
 

Methods in com.dyuproject.web.rest that return WebContext
 WebContext AbstractLifeCycle.getWebContext()
           
 

Methods in com.dyuproject.web.rest with parameters of type WebContext
 void AbstractLifeCycle.destroy(WebContext webContext)
           
 void LifeCycle.destroy(WebContext webContext)
           
 void JSONDispatcher.destroy(WebContext webContext)
           
 void AbstractLifeCycle.init(WebContext webContext)
           
 void LifeCycle.init(WebContext webContext)
           
 void JSONDispatcher.init(WebContext webContext)
           
 

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

Subclasses of WebContext in com.dyuproject.web.rest.mvc
 class RESTControllerContext
          Deprecated. 
 

Methods in com.dyuproject.web.rest.mvc that return WebContext
 WebContext AbstractController.getWebContext()
          Deprecated.  
 

Methods in com.dyuproject.web.rest.mvc with parameters of type WebContext
 void AbstractController.destroy(WebContext webContext)
          Deprecated.  
 void Controller.destroy(WebContext webContext)
          Deprecated.  
 void AbstractController.init(WebContext webContext)
          Deprecated.  
 void Controller.init(WebContext webContext)
          Deprecated.  
 

Uses of WebContext in com.dyuproject.web.rest.service
 

Subclasses of WebContext in com.dyuproject.web.rest.service
 class RESTServiceContext
          The application context using REST services and resources
 

Methods in com.dyuproject.web.rest.service with parameters of type WebContext
 void AnnotatedMethodResource.destroy(WebContext webContext)
           
 void AnnotatedMethodResource.init(WebContext webContext)
           
 



Copyright © 2008-2013. All Rights Reserved.