|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Uri | |
|---|---|
| org.apache.shindig.common.uri | |
| org.apache.shindig.common.xml | |
| Uses of Uri in org.apache.shindig.common.uri |
|---|
| Methods in org.apache.shindig.common.uri that return Uri | |
|---|---|
static Uri |
Uri.fromJavaUri(URI uri)
Convert a java.net.URI to a Uri. |
Uri |
UriParser.parse(String text)
Produces a new Uri from a text representation. |
static Uri |
Uri.parse(String text)
Produces a new Uri from a text representation. |
Uri |
DefaultUriParser.parse(String text)
Produces a new Uri from a text representation. |
Uri |
Uri.resolve(Uri relative)
Derived from Harmony Resolves a given url relative to this url. |
Uri |
UriBuilder.toUri()
Convert the builder to a Uri. |
| Methods in org.apache.shindig.common.uri with parameters of type Uri | |
|---|---|
Uri |
Uri.resolve(Uri relative)
Derived from Harmony Resolves a given url relative to this url. |
| Constructors in org.apache.shindig.common.uri with parameters of type Uri | |
|---|---|
UriBuilder(Uri uri)
Construct a new builder from an existing uri. |
|
| Uses of Uri in org.apache.shindig.common.xml |
|---|
| Methods in org.apache.shindig.common.xml that return Uri | |
|---|---|
static Uri |
XmlUtil.getHttpUriAttribute(Node node,
String attr,
Uri base)
Retrieves an attribute as a URI, and verifies that the URI is an http or https URI. |
static Uri |
XmlUtil.getHttpUriAttribute(Node node,
String attr,
Uri base,
Uri def)
Retrieves an attribute as a URI, and verifies that the URI is an http or https URI. |
static Uri |
XmlUtil.getUriAttribute(Node node,
String attr)
Retrieves an attribute as a URI. |
static Uri |
XmlUtil.getUriAttribute(Node node,
String attr,
Uri def)
Retrieves an attribute as a URI. |
| Methods in org.apache.shindig.common.xml with parameters of type Uri | |
|---|---|
static Uri |
XmlUtil.getHttpUriAttribute(Node node,
String attr,
Uri base)
Retrieves an attribute as a URI, and verifies that the URI is an http or https URI. |
static Uri |
XmlUtil.getHttpUriAttribute(Node node,
String attr,
Uri base,
Uri def)
Retrieves an attribute as a URI, and verifies that the URI is an http or https URI. |
static Uri |
XmlUtil.getUriAttribute(Node node,
String attr,
Uri def)
Retrieves an attribute as a URI. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||