Uses of Class
spark.route.RouteEntry
-
Packages that use RouteEntry Package Description spark.route -
-
Uses of RouteEntry in spark.route
Fields in spark.route with type parameters of type RouteEntry Modifier and Type Field Description private java.util.List<RouteEntry>Routes. routesMethods in spark.route that return RouteEntry Modifier and Type Method Description private RouteEntryRoutes. findTargetWithGivenAcceptType(java.util.List<RouteEntry> routeMatches, java.lang.String acceptType)Methods in spark.route that return types with arguments of type RouteEntry Modifier and Type Method Description private java.util.List<RouteEntry>Routes. findTargetsForRequestedRoute(HttpMethod httpMethod, java.lang.String path)private java.util.Map<java.lang.String,RouteEntry>Routes. getAcceptedMimeTypes(java.util.List<RouteEntry> routes)Method parameters in spark.route with type arguments of type RouteEntry Modifier and Type Method Description private RouteEntryRoutes. findTargetWithGivenAcceptType(java.util.List<RouteEntry> routeMatches, java.lang.String acceptType)private java.util.Map<java.lang.String,RouteEntry>Routes. getAcceptedMimeTypes(java.util.List<RouteEntry> routes)Constructors in spark.route with parameters of type RouteEntry Constructor Description RouteEntry(RouteEntry entry)
-