org.apache.shindig.common.uri
Class DefaultUriParser

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


Constructor Summary
DefaultUriParser()
           
 
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
 

Constructor Detail

DefaultUriParser

public DefaultUriParser()
Method Detail

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.