Uses of Interface
org.apache.cocoon.rest.controller.response.RestResponse

Packages that use RestResponse
org.apache.cocoon.rest.controller   
org.apache.cocoon.rest.controller.method   
org.apache.cocoon.rest.controller.response   
org.apache.cocoon.rest.optional   
org.apache.cocoon.rest.optional.sample   
org.apache.cocoon.sample.controller   
org.apache.cocoon.shiro.rest   
org.apache.cocoon.shiro.sample.rest   
 

Uses of RestResponse in org.apache.cocoon.rest.controller
 

Methods in org.apache.cocoon.rest.controller that return RestResponse
 RestResponse MethodDelegator.delegate(javax.servlet.http.HttpServletRequest request, Object controller)
           
 

Uses of RestResponse in org.apache.cocoon.rest.controller.method
 

Methods in org.apache.cocoon.rest.controller.method that return RestResponse
 RestResponse Delete.doDelete()
           
 RestResponse Get.doGet()
           
 RestResponse Head.doHead()
           
 RestResponse Options.doOptions()
           
 RestResponse Post.doPost()
           
 RestResponse Put.doPut()
           
 

Uses of RestResponse in org.apache.cocoon.rest.controller.response
 

Classes in org.apache.cocoon.rest.controller.response that implement RestResponse
 class BinaryResponse
          Simple wrapper to to write binary data response to different content types.
 class GenericContentTypeResponse
          Controller response that can response as any content type.
 class RedirectResponse
           
 class Status
           
 class TextResponse
          Simple wrapper to to write string data response to different content types.
 class URLResponse
          A URL as controller response.
 

Uses of RestResponse in org.apache.cocoon.rest.optional
 

Methods in org.apache.cocoon.rest.optional that return RestResponse
abstract  RestResponse AbstractAsyncronService.doGet()
           
abstract  RestResponse AbstractAsyncronService.doPost()
           
 

Uses of RestResponse in org.apache.cocoon.rest.optional.sample
 

Methods in org.apache.cocoon.rest.optional.sample that return RestResponse
 RestResponse ProgressService.doGet()
           
 RestResponse ProgressService.doPost()
           
 

Uses of RestResponse in org.apache.cocoon.sample.controller
 

Methods in org.apache.cocoon.sample.controller that return RestResponse
 RestResponse CacheableDemoRESTController.doGet()
           
 RestResponse DemoRESTController.doGet()
           
 

Uses of RestResponse in org.apache.cocoon.shiro.rest
 

Methods in org.apache.cocoon.shiro.rest that return RestResponse
 RestResponse AbstractShiroLogout.doGet()
           
 RestResponse AbstractShiroLogin.doGet()
           
 RestResponse AbstractShiroLogin.doPost()
           
protected  RestResponse AbstractShiroLogin.getErrorResponse(Map<String,Object> data)
           
protected abstract  RestResponse AbstractShiroLogin.getLoginPage(Map<String,Object> data)
           
protected  RestResponse AbstractShiroLogin.getSuccessResponse()
           
 

Uses of RestResponse in org.apache.cocoon.shiro.sample.rest
 

Methods in org.apache.cocoon.shiro.sample.rest that return RestResponse
protected  RestResponse LoginUser.getLoginPage(Map<String,Object> data)
           
 



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.