org.apache.http.protocol.UriPatternMatcher
Maintains a map of objects keyed by a request URI pattern.
Instances can be looked up by request URI.
Patterns may have three formats:
Summary
Public Constructors
Public Methods
Protected Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
UriPatternMatcher()
Public Methods
public
void
setHandlers(Map map)
public
void
unregister(String pattern)
Protected Methods
protected
boolean
matchUriRequestPattern(String pattern, String requestUri)