Uses of Class
com.pixelservices.flash.components.http.routing.models.RouteEntry
Packages that use RouteEntry
Package
Description
-
Uses of RouteEntry in com.pixelservices.flash.components.http.routing
Methods in com.pixelservices.flash.components.http.routing with parameters of type RouteEntryModifier and TypeMethodDescriptionvoid
RouteRegistry.registerDynamicRoute
(RouteEntry entry) void
RouteRegistry.registerLiteralRoute
(RouteEntry entry) void
RouteRegistry.registerParameterizedRoute
(RouteEntry entry) -
Uses of RouteEntry in com.pixelservices.flash.components.http.routing.models
Methods in com.pixelservices.flash.components.http.routing.models that return RouteEntryModifier and TypeMethodDescriptionRouteMatch.entry()
Returns the value of theentry
record component.Constructors in com.pixelservices.flash.components.http.routing.models with parameters of type RouteEntryModifierConstructorDescriptionRouteMatch
(RouteEntry entry, Map<String, String> params) Creates an instance of aRouteMatch
record class. -
Uses of RouteEntry in com.pixelservices.flash.components.http.routing.trie
Methods in com.pixelservices.flash.components.http.routing.trie that return RouteEntryMethods in com.pixelservices.flash.components.http.routing.trie with parameters of type RouteEntryModifier and TypeMethodDescriptionvoid
DynamicRoutePrefixTrie.insert
(RouteEntry routeEntry) void
LiteralRouteTrie.insert
(String key, RouteEntry routeEntry) void
ParameterizedRouteTrie.insert
(RouteEntry routeEntry)