Uses of Class
io.mangoo.routing.bindings.Request
-
Packages that use Request Package Description io.mangoo.admin io.mangoo.filters io.mangoo.interfaces.filters io.mangoo.routing io.mangoo.routing.bindings -
-
Uses of Request in io.mangoo.admin
Methods in io.mangoo.admin with parameters of type Request Modifier and Type Method Description ResponseAdminFilter. execute(Request request, Response response)ResponseAdminController. health(Request request)ResponseAdminController. loggerajax(Request request)ResponseAdminController. toolsajax(Request request) -
Uses of Request in io.mangoo.filters
Methods in io.mangoo.filters with parameters of type Request Modifier and Type Method Description ResponseAuthenticityFilter. execute(Request request, Response response) -
Uses of Request in io.mangoo.interfaces.filters
Methods in io.mangoo.interfaces.filters with parameters of type Request Modifier and Type Method Description ResponseOncePerRequestFilter. execute(Request request, Response response)ResponsePerRequestFilter. execute(Request request, Response response) -
Uses of Request in io.mangoo.routing
Methods in io.mangoo.routing that return Request Modifier and Type Method Description RequestAttachment. getRequest()Methods in io.mangoo.routing with parameters of type Request Modifier and Type Method Description voidAttachment. setRequest(Request request) -
Uses of Request in io.mangoo.routing.bindings
Methods in io.mangoo.routing.bindings that return Request Modifier and Type Method Description RequestRequest. withAuthentication(Authentication authentication)RequestRequest. withAuthenticity(String authenticity)RequestRequest. withBody(String body)RequestRequest. withParameter(Map<String,String> parameter)RequestRequest. withSession(Session session)
-