Package org.apache.shindig.common.uri

Interface Summary
UriParser An injectable interface for parsing Uris out of String text.
 

Class Summary
DefaultUriParser Uri parser using java.net.URI as its basis, enforcing RFC 2396 restrictions.
Uri Represents a Uniform Resource Identifier (URI) reference as defined by RFC 3986.
UriBuilder Constructs Uris from inputs.
 

Exception Summary
Uri.UriException Interim typed, but not checked, exception facilitating migration of Uri methods to throwing a checked UriException later.
 



Copyright © 2007-2012. All Rights Reserved.