org.apache.shindig.gadgets.variables
Interface Substituter
- All Known Implementing Classes:
- BidiSubstituter, MessageSubstituter, ModuleSubstituter, UserPrefSubstituter
public interface Substituter
Substituter that provides variables to VariableSubstituter.
- Since:
- 2.0.0
addSubstitutions
void addSubstitutions(Substitutions substituter,
GadgetContext context,
GadgetSpec spec)
throws GadgetException
- Add the substitutions from this Substituter to the
Substitutions.
- 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
- Throws:
GadgetException - when there has been a general error adding substitutions
Copyright © 2007-2012. All Rights Reserved.