| Package | Description |
|---|---|
| org.apache.shindig.gadgets.spec | |
| org.apache.shindig.gadgets.variables |
| Modifier and Type | Method and Description |
|---|---|
View |
View.substitute(Substitutions substituter)
Creates a new view by performing hangman substitution.
|
UserPref |
UserPref.substitute(Substitutions substituter)
Performs substitutions on the pref.
|
Preload |
Preload.substitute(Substitutions substituter) |
PipelinedData |
PipelinedData.substitute(Substitutions substituter)
Allows the creation of a view from an existing view so that localization
can be performed.
|
ModulePrefs |
ModulePrefs.substitute(Substitutions substituter)
Produces a new ModulePrefs by substituting hangman variables from
substituter.
|
LinkSpec |
LinkSpec.substitute(Substitutions substitutions)
Performs variable substitution on all visible elements.
|
Icon |
Icon.substitute(Substitutions substituter)
Substitutes the icon fields according to the spec.
|
GadgetSpec |
GadgetSpec.substitute(Substitutions substituter)
Performs substitutions on the 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) |
Copyright © 2007-2012. All Rights Reserved.