Uses of Class
de.alexanderwodarz.code.web.rest.RequestData
Packages that use RequestData
Package
Description
-
Uses of RequestData in de.alexanderwodarz.code.web.demo
Methods in de.alexanderwodarz.code.web.demo with parameters of type RequestDataModifier and TypeMethodDescriptionstatic CorsResponseAuthFilter.doCors(RequestData data) static AuthenticationFilterResponseAuthFilter.doFilter(RequestData request) -
Uses of RequestData in de.alexanderwodarz.code.web.rest
Methods in de.alexanderwodarz.code.web.rest with parameters of type RequestDataModifier and TypeMethodDescriptionRestHandler.findRequest(RequestData data) RestHandler.trigger(RestWebRequest req, RequestData data) -
Uses of RequestData in de.alexanderwodarz.code.web.rest.authentication
Methods in de.alexanderwodarz.code.web.rest.authentication with parameters of type RequestDataModifier and TypeMethodDescriptionstatic CorsResponseAuthenticationFilter.doCors(RequestData data) static AuthenticationFilterResponseAuthenticationFilter.doFilter(RequestData request)