org.apache.shindig.common.uri
Class DefaultUriParser
java.lang.Object
org.apache.shindig.common.uri.DefaultUriParser
- All Implemented Interfaces:
- UriParser
public class DefaultUriParser
- extends Object
- implements UriParser
Uri parser using java.net.URI as its basis, enforcing RFC 2396 restrictions.
|
Method Summary |
Uri |
parse(String text)
Produces a new Uri from a text representation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultUriParser
public DefaultUriParser()
parse
public Uri parse(String text)
- Produces a new Uri from a text representation.
- Specified by:
parse in interface UriParser
- Parameters:
text - The text uri.
- Returns:
- A new Uri, parsed into components.
Copyright © 2007-2012. All Rights Reserved.