| Package | Description |
|---|---|
| org.apache.shindig.gadgets.variables |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2007-2012. All Rights Reserved.