|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RestResponse | |
|---|---|
| net.csdn.junit | |
| net.csdn.modules.http | |
| net.csdn.modules.http.support | |
| net.csdn.modules.mock | |
| Uses of RestResponse in net.csdn.junit |
|---|
| Methods in net.csdn.junit that return RestResponse | |
|---|---|
RestResponse |
BaseControllerTest.delete(String path,
Map params)
|
RestResponse |
BaseControllerTest.delete(String path,
String rawParamsStr)
|
RestResponse |
BaseControllerTest.get(String path,
Map params)
|
RestResponse |
BaseControllerTest.get(String path,
String rawParamsStr)
|
RestResponse |
BaseControllerTest.post(String path,
Map params)
|
RestResponse |
BaseControllerTest.post(String path,
String rawParamsStr)
|
RestResponse |
BaseControllerTest.put(String path,
Map params)
|
RestResponse |
BaseControllerTest.put(String path,
String rawParamsStr)
|
RestResponse |
BaseControllerTest.runAction(String path,
Map params,
RestRequest.Method method)
|
RestResponse |
BaseControllerTest.runAction(String path,
String rawParamsStr,
RestRequest.Method method)
|
| Methods in net.csdn.junit that return types with arguments of type RestResponse | |
|---|---|
Map<RestRequest.Method,RestResponse> |
BaseControllerTest.each(List<RestRequest.Method> methods,
String path,
Map params)
|
Map<RestRequest.Method,RestResponse> |
BaseControllerTest.each(List<RestRequest.Method> methods,
String path,
String rawParamStr)
|
| Uses of RestResponse in net.csdn.modules.http |
|---|
| Fields in net.csdn.modules.http declared as RestResponse | |
|---|---|
protected RestResponse |
ApplicationController.restResponse
|
| Methods in net.csdn.modules.http that return RestResponse | |
|---|---|
RestResponse |
ApplicationController.mockResponse()
|
RestResponse |
RestResponse.originContent(Object obj)
|
| Methods in net.csdn.modules.http with parameters of type RestResponse | |
|---|---|
void |
RestController.dispatchRequest(RestRequest request,
RestResponse restResponse)
|
static void |
RestController.enhanceApplicationController(ApplicationController applicationController,
RestRequest request,
RestResponse restResponse)
|
| Uses of RestResponse in net.csdn.modules.http.support |
|---|
| Methods in net.csdn.modules.http.support that return RestResponse | |
|---|---|
RestResponse |
HttpHolder.restResponse()
|
| Constructors in net.csdn.modules.http.support with parameters of type RestResponse | |
|---|---|
HttpHolder(RestRequest restRequest,
RestResponse restResponse)
|
|
| Uses of RestResponse in net.csdn.modules.mock |
|---|
| Classes in net.csdn.modules.mock that implement RestResponse | |
|---|---|
class |
MockRestResponse
User: WilliamZhu Date: 12-7-5 Time: 下午5:28 |
| Methods in net.csdn.modules.mock that return RestResponse | |
|---|---|
RestResponse |
MockRestResponse.originContent(Object obj)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||