| Package | Description |
|---|---|
| org.apache.shindig.gadgets | |
| org.apache.shindig.gadgets.js | |
| org.apache.shindig.gadgets.servlet | |
| org.apache.shindig.gadgets.uri |
| Modifier and Type | Method and Description |
|---|---|
static RenderingContext |
RenderingContext.getDefault() |
RenderingContext |
GadgetContext.getRenderingContext() |
static RenderingContext |
RenderingContext.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderingContext |
RenderingContext.valueOfParam(String param) |
static RenderingContext[] |
RenderingContext.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RenderingContext |
JsGadgetContext.getRenderingContext() |
| Modifier and Type | Method and Description |
|---|---|
RenderingContext |
JsonRpcGadgetContext.getRenderingContext() |
RenderingContext |
HttpGadgetContext.getRenderingContext() |
RenderingContext |
GadgetsHandlerService.MetadataGadgetContext.getRenderingContext() |
| Modifier and Type | Method and Description |
|---|---|
RenderingContext |
JsUriManager.JsUri.getContext() |
| Constructor and Description |
|---|
JsUriManager.JsUri(Integer refresh,
boolean debug,
boolean noCache,
String container,
String gadget,
Collection<String> libs,
Collection<String> loadedLibs,
String onload,
boolean jsload,
boolean nohint,
RenderingContext context,
Uri origUri,
String repository) |
JsUriManager.JsUri(UriStatus status,
Collection<String> libs,
RenderingContext context,
String onload,
boolean jsload,
boolean nohint,
String repository) |
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.