| Package | Description |
|---|---|
| org.apache.shindig.common.uri | |
| org.apache.shindig.common.xml |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Uri |
Uri.resolve(Uri relative)
Derived from Harmony
Resolves a given url relative to this url.
|
| Constructor and Description |
|---|
UriBuilder(Uri uri)
Construct a new builder from an existing uri.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2007-2012. All Rights Reserved.