Uses of Class
spark.Request
-
Packages that use Request Package Description spark spark.http.matching -
-
Uses of Request in spark
Fields in spark declared as Request Modifier and Type Field Description private RequestSession. requestMethods in spark that return Request Modifier and Type Method Description static RequestRequestResponseFactory. create(javax.servlet.http.HttpServletRequest request)Used to create a request and no RouteMatch is available.static RequestRequestResponseFactory. create(RouteMatch match, javax.servlet.http.HttpServletRequest request)Methods in spark with parameters of type Request Modifier and Type Method Description static voidAccess. changeMatch(Request request, RouteMatch match)static java.lang.ObjectCustomErrorPages. getFor(int status, Request request, Response response)Gets the custom error page for a given status code.voidExceptionHandler. handle(T exception, Request request, Response response)Invoked when an exception that is mapped to this handler occurs during routingabstract voidExceptionHandlerImpl. handle(T exception, Request request, Response response)Invoked when an exception that is mapped to this handler occurs during routingvoidFilter. handle(Request request, Response response)Invoked when a request is made on this filter's corresponding path e.g.abstract voidFilterImpl. handle(Request request, Response response)Invoked when a request is made on this filter's corresponding path e.g.java.lang.ObjectRoute. handle(Request request, Response response)Invoked when a request is made on this route's corresponding path e.g.abstract java.lang.ObjectRouteImpl. handle(Request request, Response response)Invoked when a request is made on this route's corresponding path e.g.ModelAndViewTemplateViewRoute. handle(Request request, Response response)Invoked when a request is made on this route's corresponding path e.g.Constructors in spark with parameters of type Request Constructor Description Session(javax.servlet.http.HttpSession session, Request request)Creates a session with theHttpSession. -
Uses of Request in spark.http.matching
Subclasses of Request in spark.http.matching Modifier and Type Class Description (package private) classRequestWrapperFields in spark.http.matching declared as Request Modifier and Type Field Description private RequestRequestWrapper. delegateMethods in spark.http.matching that return Request Modifier and Type Method Description (package private) RequestRequestWrapper. getDelegate()Methods in spark.http.matching with parameters of type Request Modifier and Type Method Description voidRequestWrapper. setDelegate(Request delegate)
-