Android

org.apache.http.protocol.UriPatternMatcher

java.lang.Object
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:

  • *
  • *<uri>
  • <uri>*

Summary

Public Constructors

            UriPatternMatcher()

Public Methods

          Object  lookup(String requestURI)
          void  register(String pattern, Object handler)
          void  setHandlers(Map map)
          void  unregister(String pattern)

Protected Methods

          boolean  matchUriRequestPattern(String pattern, String requestUri)
Methods inherited from class java.lang.Object

Details

Public Constructors

public UriPatternMatcher()

Public Methods

public Object lookup(String requestURI)

public void register(String pattern, Object handler)

public void setHandlers(Map map)

public void unregister(String pattern)

Protected Methods

protected boolean matchUriRequestPattern(String pattern, String requestUri)

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48