| Package | Description |
|---|---|
| com.example.controller.http | |
| net.csdn.api.controller | |
| net.csdn.modules.http |
| Modifier and Type | Class and Description |
|---|---|
class |
TagController
12/25/13 WilliamZhu(allwefantasy@gmail.com)
|
| Modifier and Type | Class and Description |
|---|---|
class |
APIDescController |
class |
SystemInfoController
7/17/14 WilliamZhu(allwefantasy@gmail.com)
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationController |
ApplicationController.mockRequest(Map<String,String> params,
RestRequest.Method method,
String xmlOrJsonData) |
| Modifier and Type | Method and Description |
|---|---|
Tuple<Class<ApplicationController>,Method> |
RestController.defaultHandlerKey() |
Tuple<Class<ApplicationController>,Method> |
RestController.errorHandlerKey() |
Tuple<Class<ApplicationController>,Method> |
RestController.getHandler(RestRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static void |
RestController.enhanceApplicationController(ApplicationController applicationController,
RestRequest request,
RestResponse restResponse) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestController.registerHandler(RestRequest.Method method,
String path,
Tuple<Class<ApplicationController>,Method> handler) |
void |
RestController.setDefaultHandlerKey(Tuple<Class<ApplicationController>,Method> defaultHandlerKey) |
void |
RestController.setErrorHandlerKey(Tuple<Class<ApplicationController>,Method> errorHandlerKey) |
| Constructor and Description |
|---|
WowAroundFilter(Method currentFilter,
Method action,
ApplicationController applicationController) |
Copyright © 2021. All rights reserved.