Uses of Class
spark.Request
Packages that use Request
-
Uses of Request in spark
Modifier and TypeMethodDescriptionstatic Request
RequestResponseFactory.create
(javax.servlet.http.HttpServletRequest request) Used to create a request and no RouteMatch is available.static Request
RequestResponseFactory.create
(RouteMatch match, javax.servlet.http.HttpServletRequest request) Modifier and TypeMethodDescriptionstatic void
Access.changeMatch
(Request request, RouteMatch match) static Object
Gets the custom error page for a given status code.void
Invoked when an exception that is mapped to this handler occurs during routingabstract void
Invoked when an exception that is mapped to this handler occurs during routingvoid
Invoked when a request is made on this filter's corresponding path e.g.abstract void
Invoked 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 Object
Invoked 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