Uses of Class
spark.route.Routes
-
Packages that use Routes Package Description spark spark.http.matching spark.route -
-
Uses of Routes in spark
Fields in spark declared as Routes Modifier and Type Field Description protected RoutesService. routes -
Uses of Routes in spark.http.matching
Fields in spark.http.matching declared as Routes Modifier and Type Field Description private RoutesMatcherFilter. routeMatcherprivate RoutesRouteContext. routeMatcherMethods in spark.http.matching that return Routes Modifier and Type Method Description RoutesRouteContext. routeMatcher()Methods in spark.http.matching with parameters of type Routes Modifier and Type Method Description RouteContextRouteContext. withMatcher(Routes routeMatcher)Constructors in spark.http.matching with parameters of type Routes Constructor Description MatcherFilter(Routes routeMatcher, StaticFilesConfiguration staticFiles, ExceptionMapper exceptionMapper, boolean externalContainer, boolean hasOtherHandlers)Constructor -
Uses of Routes in spark.route
Subclasses of Routes in spark.route Modifier and Type Class Description classSimpleRouteMatcherDeprecated.seeRoutesFields in spark.route declared as Routes Modifier and Type Field Description private static RoutesServletRoutes. routesMethods in spark.route that return Routes Modifier and Type Method Description static RoutesRoutes. create()static RoutesServletRoutes. get()
-