org.apache.shindig.gadgets.variables
Class UserPrefSubstituter
java.lang.Object
org.apache.shindig.gadgets.variables.UserPrefSubstituter
- All Implemented Interfaces:
- Substituter
public class UserPrefSubstituter
- extends Object
- implements Substituter
Substitutes user prefs into the spec.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserPrefSubstituter
public UserPrefSubstituter()
addSubstitutions
public void addSubstitutions(Substitutions substituter,
GadgetContext context,
GadgetSpec spec)
- Description copied from interface:
Substituter
- Add the substitutions from this Substituter to the
Substitutions.
- Specified by:
addSubstitutions in interface Substituter
- Parameters:
substituter - container for the new substitutions, containing any existing substitutionscontext - the context in which this gadget is being renderedspec - the gadget specification being substituted
Copyright © 2007-2012. All Rights Reserved.