| Package | Description |
|---|---|
| org.apache.shindig.gadgets.servlet | |
| org.apache.shindig.gadgets.uri |
| Modifier and Type | Method and Description |
|---|---|
UriStatus |
GadgetRenderingServlet.PostGadgetRenderingParams.getUrlStatus() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsServlet.postJsContentProcessing(javax.servlet.http.HttpServletResponse resp,
UriStatus vstatus,
boolean isProxyCacheable)
Provides post JavaScript content processing.
|
| Constructor and Description |
|---|
GadgetRenderingServlet.PostGadgetRenderingParams(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
UriStatus urlStatus,
GadgetContext context,
RenderingResults results) |
| Modifier and Type | Method and Description |
|---|---|
UriStatus |
ProxyUriBase.getStatus() |
UriStatus |
JsUriManager.JsUri.getStatus() |
UriStatus |
ConcatUriManager.Versioner.validate(List<Uri> resourceUris,
String container,
String value)
Validate the version of the resource list.
|
UriStatus |
JsUriManager.Versioner.validate(Uri gadgetUri,
String container,
Collection<String> extern,
String version) |
UriStatus |
DefaultJsVersioner.validate(Uri gadgetUri,
String container,
Collection<String> extern,
String version) |
UriStatus |
ProxyUriManager.Versioner.validate(Uri resource,
String container,
String value)
Validate the version of the resource.
|
UriStatus |
IframeUriManager.Versioner.validate(Uri gadgetUri,
String container,
String value) |
UriStatus |
AllJsIframeVersioner.validate(Uri gadgetUri,
String container,
String value) |
UriStatus |
IframeUriManager.validateRenderingUri(Uri uri)
Validates the provided rendering Uri.
|
UriStatus |
DefaultIframeUriManager.validateRenderingUri(Uri inUri) |
static UriStatus |
UriStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UriStatus[] |
UriStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ConcatUriManager.ConcatUri(UriStatus status,
List<Uri> uris,
String splitParam,
ConcatUriManager.Type type,
Uri origUri) |
JsUriManager.JsUri(UriStatus status,
Collection<String> libs) |
ProxyUriBase(UriStatus status,
Integer refresh,
boolean debug,
boolean noCache,
String container,
String gadget) |
ProxyUriBase(UriStatus status,
Uri origUri) |
ProxyUriManager.ProxyUri(UriStatus status,
Uri resource,
Uri base) |
Copyright © 2007-2012. All Rights Reserved.