|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Substitutions.Type | |
|---|---|
| org.apache.shindig.gadgets.variables | |
| Uses of Substitutions.Type in org.apache.shindig.gadgets.variables |
|---|
| Methods in org.apache.shindig.gadgets.variables that return Substitutions.Type | |
|---|---|
static Substitutions.Type |
Substitutions.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Substitutions.Type[] |
Substitutions.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.apache.shindig.gadgets.variables with parameters of type Substitutions.Type | |
|---|---|
void |
Substitutions.addSubstitution(Substitutions.Type type,
String key,
String value)
Adds a new substitution for the given type. |
void |
Substitutions.addSubstitutions(Substitutions.Type type,
Map<String,String> entries)
Adds many substitutions of the same type at once. |
String |
Substitutions.getSubstitution(Substitutions.Type type,
String key)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||