org.apache.shindig.common.uri
Interface UriParser

All Known Implementing Classes:
DefaultUriParser

public interface UriParser

An injectable interface for parsing Uris out of String text.


Method Summary
 Uri parse(String text)
          Produces a new Uri from a text representation.
 

Method Detail

parse

Uri parse(String text)
Produces a new Uri from a text representation.

Parameters:
text - The text uri.
Returns:
A new Uri, parsed into components.


Copyright © 2007-2012. All Rights Reserved.