public class UriRoutingController extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static UriRoutingController |
create(UriRoutingPath uriRoutingPath,
Class<?> clazz,
Method method) |
Object |
invoke(HttpRequest request,
HttpResponse response,
String[] pathVariables) |
String |
toString() |
public static UriRoutingController create(UriRoutingPath uriRoutingPath, Class<?> clazz, Method method)
public Object invoke(HttpRequest request, HttpResponse response, String[] pathVariables) throws Exception
ExceptionCopyright © 2018. All rights reserved.