Uses of Class
spark.Request
Packages that use Request
-
Uses of Request in spark
Modifier and TypeMethodDescriptionstatic 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) Modifier and TypeMethodDescriptionstatic voidAccess.changeMatch(Request request, RouteMatch match) static ObjectGets the custom error page for a given status code.voidInvoked when an exception that is mapped to this handler occurs during routingabstract voidInvoked when an exception that is mapped to this handler occurs during routingvoidInvoked when a request is made on this filter's corresponding path e.g.abstract voidInvoked when a request is made on this filter's corresponding path e.g.Invoked when a request is made on this route's corresponding path e.g.abstract ObjectInvoked when a request is made on this route's corresponding path e.g.Invoked when a request is made on this route's corresponding path e.g. -
Uses of Request in spark.http.matching
Subclasses of Request in spark.http.matchingFields in spark.http.matching declared as RequestMethods in spark.http.matching that return RequestMethods in spark.http.matching with parameters of type Request