Uses of Class
spark.route.Routes
-
Packages that use Routes Package Description spark spark.embeddedserver spark.embeddedserver.jetty spark.http.matching spark.route -
-
Uses of Routes in spark
Fields in spark declared as Routes Modifier and Type Field Description protected Routes
Service. routes
-
Uses of Routes in spark.embeddedserver
Methods in spark.embeddedserver with parameters of type Routes Modifier and Type Method Description default EmbeddedServer
EmbeddedServerFactory. create(Routes routeMatcher, StaticFilesConfiguration staticFilesConfiguration, boolean hasMultipleHandler)
Deprecated.EmbeddedServer
EmbeddedServerFactory. create(Routes routeMatcher, StaticFilesConfiguration staticFilesConfiguration, ExceptionMapper exceptionMapper, boolean hasMultipleHandler)
Creates an embedded server instance.static EmbeddedServer
EmbeddedServers. create(java.lang.Object identifier, Routes routeMatcher, ExceptionMapper exceptionMapper, StaticFilesConfiguration staticFilesConfiguration, boolean multipleHandlers)
Creates an embedded server of type corresponding to the provided identifier.static EmbeddedServer
EmbeddedServers. create(java.lang.Object identifier, Routes routeMatcher, StaticFilesConfiguration staticFilesConfiguration, boolean multipleHandlers)
Deprecated. -
Uses of Routes in spark.embeddedserver.jetty
Methods in spark.embeddedserver.jetty with parameters of type Routes Modifier and Type Method Description EmbeddedServer
EmbeddedJettyFactory. create(Routes routeMatcher, StaticFilesConfiguration staticFilesConfiguration, ExceptionMapper exceptionMapper, boolean hasMultipleHandler)
-
Uses of Routes in spark.http.matching
Fields in spark.http.matching declared as Routes Modifier and Type Field Description private Routes
MatcherFilter. routeMatcher
private Routes
RouteContext. routeMatcher
Methods in spark.http.matching that return Routes Modifier and Type Method Description Routes
RouteContext. routeMatcher()
Methods in spark.http.matching with parameters of type Routes Modifier and Type Method Description RouteContext
RouteContext. 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 class
SimpleRouteMatcher
Deprecated.seeRoutes
Fields in spark.route declared as Routes Modifier and Type Field Description private static Routes
ServletRoutes. routes
Methods in spark.route that return Routes Modifier and Type Method Description static Routes
Routes. create()
static Routes
ServletRoutes. get()
-