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 TypeMethodDescriptionvoidRouteRegistry.registerDynamicRoute(RouteEntry entry) voidRouteRegistry.registerLiteralRoute(RouteEntry entry) voidRouteRegistry.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 theentryrecord 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 aRouteMatchrecord class. -
Uses of RouteEntry in com.pixelservices.flash.components.http.routing.trie
Methods in com.pixelservices.flash.components.http.routing.trie that return RouteEntryModifier and TypeMethodDescriptionprotected RouteEntryDynamicRoutePrefixTrie.matchResult(RouteEntry candidate, String fullPath) protected RouteEntryLiteralRouteTrie.matchResult(RouteEntry candidate, String fullPath) protected RouteEntryParameterizedRouteTrie.matchResult(RouteEntry candidate, String fullPath) Methods in com.pixelservices.flash.components.http.routing.trie with parameters of type RouteEntryModifier and TypeMethodDescriptionvoidAbstractRadixRouteTrie.insert(RouteEntry entry, T value) voidParameterizedRouteTrie.insert(RouteEntry routeEntry) protected RouteEntryDynamicRoutePrefixTrie.matchResult(RouteEntry candidate, String fullPath) protected RouteEntryLiteralRouteTrie.matchResult(RouteEntry candidate, String fullPath) protected RouteEntryParameterizedRouteTrie.matchResult(RouteEntry candidate, String fullPath)