| Package | Description |
|---|---|
| org.apache.shindig.gadgets.uri |
| Modifier and Type | Method and Description |
|---|---|
static ConcatUriManager.Type |
ConcatUriManager.Type.fromMime(String mime) |
static ConcatUriManager.Type |
ConcatUriManager.Type.fromType(String type) |
ConcatUriManager.Type |
ConcatUriManager.ConcatUri.getType() |
static ConcatUriManager.Type |
ConcatUriManager.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConcatUriManager.Type[] |
ConcatUriManager.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<ConcatUriManager.ConcatUri> |
ConcatUriManager.ConcatUri.fromList(Gadget gadget,
List<List<Uri>> batches,
ConcatUriManager.Type type) |
| Constructor and Description |
|---|
ConcatUriManager.ConcatUri(Gadget gadget,
List<Uri> batch,
ConcatUriManager.Type type) |
ConcatUriManager.ConcatUri(UriStatus status,
List<Uri> uris,
String splitParam,
ConcatUriManager.Type type,
Uri origUri) |
Copyright © 2007-2012. All Rights Reserved.