Uses of Class
net.odoframework.service.Invocation
| Package | Description |
|---|---|
| net.odoframework.service | |
| net.odoframework.service.web |
-
Uses of Invocation in net.odoframework.service
Methods in net.odoframework.service that return Invocation Modifier and Type Method Description InvocationProviderRuntime. createInvocation(T containerInstance) -
Uses of Invocation in net.odoframework.service.web
Methods in net.odoframework.service.web that return types with arguments of type Invocation Modifier and Type Method Description Map<String,Map<String,BiFunction<WebRequest,Invocation,WebResponse>>>HttpRouter. getHandlers()Methods in net.odoframework.service.web with parameters of type Invocation Modifier and Type Method Description WebResponseHttpRouter. apply(WebRequest s, Invocation invocation)Method parameters in net.odoframework.service.web with type arguments of type Invocation 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)