| Package | Description |
|---|---|
| org.apache.shindig.gadgets | |
| org.apache.shindig.gadgets.rewrite | |
| org.apache.shindig.gadgets.servlet | |
| org.apache.shindig.gadgets.spec | |
| org.apache.shindig.gadgets.variables |
| Modifier and Type | Method and Description |
|---|---|
GadgetSpec |
GadgetSpecFactory.getGadgetSpec(GadgetContext context)
Return a gadget spec for a context
|
GadgetSpec |
DefaultGadgetSpecFactory.getGadgetSpec(GadgetContext context) |
GadgetSpec |
Gadget.getSpec() |
protected GadgetSpec |
DefaultGadgetSpecFactory.parse(String content,
AbstractSpecFactory.Query query) |
| Modifier and Type | Method and Description |
|---|---|
MessageBundle |
MessageBundleFactory.getBundle(GadgetSpec spec,
Locale locale,
boolean ignoreCache,
String container)
Retrieves a messagMessageBundle for the provided GadgetSpec and Locale.
|
MessageBundle |
DefaultMessageBundleFactory.getBundle(GadgetSpec spec,
Locale locale,
boolean ignoreCache,
String container) |
Gadget |
Gadget.setSpec(GadgetSpec spec) |
| Modifier and Type | Method and Description |
|---|---|
ContentRewriterFeature.Config |
ContentRewriterFeature.Factory.get(GadgetSpec spec) |
| Modifier and Type | Method and Description |
|---|---|
protected org.json.JSONObject |
JsonRpcHandler.Job.getGadgetJson(Gadget gadget,
GadgetSpec spec) |
| Modifier and Type | Method and Description |
|---|---|
GadgetSpec |
GadgetSpec.substitute(Substitutions substituter)
Performs substitutions on the spec.
|
| Modifier and Type | Method and Description |
|---|---|
GadgetSpec |
VariableSubstituter.substitute(GadgetContext context,
GadgetSpec spec)
Substitutes all hangman variables into the gadget spec.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserPrefSubstituter.addSubstitutions(Substitutions substituter,
GadgetContext context,
GadgetSpec spec) |
void |
Substituter.addSubstitutions(Substitutions substituter,
GadgetContext context,
GadgetSpec spec)
Add the substitutions from this Substituter to the
Substitutions. |
void |
ModuleSubstituter.addSubstitutions(Substitutions substituter,
GadgetContext context,
GadgetSpec spec) |
void |
MessageSubstituter.addSubstitutions(Substitutions substituter,
GadgetContext context,
GadgetSpec spec) |
void |
BidiSubstituter.addSubstitutions(Substitutions substituter,
GadgetContext context,
GadgetSpec spec) |
GadgetSpec |
VariableSubstituter.substitute(GadgetContext context,
GadgetSpec spec)
Substitutes all hangman variables into the gadget spec.
|
Copyright © 2007-2012. All Rights Reserved.