Uses of Interface
org.odoframework.service.web.WebRequest
| Package | Description |
|---|---|
| org.odoframework.service.web |
-
Uses of WebRequest in org.odoframework.service.web
Classes in org.odoframework.service.web that implement WebRequest Modifier and Type Class Description classSimpleWebRequestMethods in org.odoframework.service.web that return types with arguments of type WebRequest Modifier and Type Method Description Map<String,Map<String,BiFunction<WebRequest,Invocation,WebResponse>>>HttpRouter. getHandlers()Methods in org.odoframework.service.web with parameters of type WebRequest Modifier and Type Method Description WebResponseHttpRouter. apply(WebRequest s, Invocation invocation)Method parameters in org.odoframework.service.web with type arguments of type WebRequest Modifier and Type Method Description HttpRouterHttpRouter. addMapping(String operation, String path, BiFunction<WebRequest,Invocation,WebResponse> handler)HttpRouterHttpRouter. delete(String path, BiFunction<WebRequest,Invocation,WebResponse> handler)HttpRouterHttpRouter. get(String path, BiFunction<WebRequest,Invocation,WebResponse> handler)HttpRouterHttpRouter. head(String path, BiFunction<WebRequest,Invocation,WebResponse> handler)HttpRouterHttpRouter. post(String path, BiFunction<WebRequest,Invocation,WebResponse> handler)HttpRouterHttpRouter. put(String path, BiFunction<WebRequest,Invocation,WebResponse> handler)