Package org.apache.http.protocol
Class UriPatternMatcher
java.lang.Object
org.apache.http.protocol.UriPatternMatcher
public class UriPatternMatcher extends Object
Maintains a map of objects keyed by a request URI pattern.
Instances can be looked up by request URI.
Patterns may have three formats:
Patterns may have three formats:
**<uri><uri>*
- Version:
- $Revision: 630662 $
- Author:
- Oleg Kalnichevski
-
Constructor Summary
Constructors Constructor Description UriPatternMatcher() -
Method Summary
Modifier and Type Method Description Objectlookup(String requestURI)protected booleanmatchUriRequestPattern(String pattern, String requestUri)voidregister(String pattern, Object handler)voidsetHandlers(Map map)voidunregister(String pattern)
-
Constructor Details
-
UriPatternMatcher
public UriPatternMatcher()
-
-
Method Details
-
register
-
unregister
-
setHandlers
-
lookup
-
matchUriRequestPattern
-