Package | Description |
---|---|
net.sf.serfj |
Modifier and Type | Method and Description |
---|---|
ResponseHelper |
RestController.getResponseHelper()
Gets the ResponseHelper associated to the request.
When a controller's action is called, a ResponseHelper is set through RestController.setResponseHelper(ResponseHelper response) so the action method will be able to access objects like HttpServletResponse, ServletContext and HttpServletRequest. |
Modifier and Type | Method and Description |
---|---|
void |
RestController.setResponseHelper(ResponseHelper response) |
Constructor and Description |
---|
RestController(ResponseHelper response) |
Copyright © 2012 ElPaso Software. All Rights Reserved.