Interface LookupRegistry<T>
- Type Parameters:
T- The type of objects to register and lookup.
- All Known Implementing Classes:
UriPatternMatcher, UriPatternOrderedMatcher, UriRegexMatcher
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Looks up an object matching the given request path.voidDeprecated.Registers the given object for URIs matching the given pattern.voidunregister(String pattern) Deprecated.Removes registered object, if exists, for the given pattern.
-
Method Details
-
register
-
lookup
-
unregister
Deprecated.Removes registered object, if exists, for the given pattern.- Parameters:
pattern- the pattern to unregister.
-
RequestRouterfor request routing.