Class UriPatternMatcher<T>
java.lang.Object
org.apache.http.protocol.UriPatternMatcher<T>
- Type Parameters:
T- The type of registered objects.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionentrySet()Returns aSetview of the mappings contained in this matcher.Deprecated.(4.1) do not useLooks up an object matching the given request path.protected booleanmatchUriRequestPattern(String pattern, String path) Tests if the given request path matches the given pattern.voidRegisters the given object for URIs matching the given pattern.voidsetHandlers(Map<String, T> map) Deprecated.(4.1) do not usevoidsetObjects(Map<String, T> map) Deprecated.(4.1) do not usetoString()voidunregister(String pattern) Removes registered object, if exists, for the given pattern.
-
Constructor Details
-
UriPatternMatcher
public UriPatternMatcher()
-
-
Method Details
-
entrySet
-
register
-
unregister
Removes registered object, if exists, for the given pattern.- Parameters:
pattern- the pattern to unregister.
-
setHandlers
Deprecated.(4.1) do not use -
setObjects
Deprecated.(4.1) do not use -
getObjects
Deprecated.(4.1) do not use -
lookup
-
matchUriRequestPattern
-
toString
-