|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ApplicationController | |
|---|---|
| com.example.controller.http | |
| net.csdn.modules.http | |
| Uses of ApplicationController in com.example.controller.http |
|---|
| Subclasses of ApplicationController in com.example.controller.http | |
|---|---|
class |
TestController
12/25/13 WilliamZhu(allwefantasy@gmail.com) |
| Uses of ApplicationController in net.csdn.modules.http |
|---|
| Methods in net.csdn.modules.http that return ApplicationController | |
|---|---|
ApplicationController |
ApplicationController.mockRequest(Map<String,String> params,
RestRequest.Method method,
String xmlOrJsonData)
|
| Methods in net.csdn.modules.http that return types with arguments of type ApplicationController | |
|---|---|
net.csdn.common.collect.Tuple<Class<ApplicationController>,Method> |
RestController.defaultHandlerKey()
|
net.csdn.common.collect.Tuple<Class<ApplicationController>,Method> |
RestController.errorHandlerKey()
|
net.csdn.common.collect.Tuple<Class<ApplicationController>,Method> |
RestController.getHandler(RestRequest request)
|
| Methods in net.csdn.modules.http with parameters of type ApplicationController | |
|---|---|
static void |
RestController.enhanceApplicationController(ApplicationController applicationController,
RestRequest request,
RestResponse restResponse)
|
| Method parameters in net.csdn.modules.http with type arguments of type ApplicationController | |
|---|---|
void |
RestController.registerHandler(RestRequest.Method method,
String path,
net.csdn.common.collect.Tuple<Class<ApplicationController>,Method> handler)
|
void |
RestController.setDefaultHandlerKey(net.csdn.common.collect.Tuple<Class<ApplicationController>,Method> defaultHandlerKey)
|
void |
RestController.setErrorHandlerKey(net.csdn.common.collect.Tuple<Class<ApplicationController>,Method> errorHandlerKey)
|
| Constructors in net.csdn.modules.http with parameters of type ApplicationController | |
|---|---|
WowAroundFilter(Method currentFilter,
Method action,
ApplicationController applicationController)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||