org.apache.shindig.gadgets.variables
Class SubstituterModule.SubstitutersProvider
java.lang.Object
org.apache.shindig.gadgets.variables.SubstituterModule.SubstitutersProvider
- All Implemented Interfaces:
- com.google.inject.Provider<List<Substituter>>
- Enclosing class:
- SubstituterModule
public static class SubstituterModule.SubstitutersProvider
- extends Object
- implements com.google.inject.Provider<List<Substituter>>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubstituterModule.SubstitutersProvider
@Inject
public SubstituterModule.SubstitutersProvider(MessageSubstituter messageSubstituter,
UserPrefSubstituter prefSubstituter,
ModuleSubstituter moduleSubstituter,
BidiSubstituter bidiSubstituter)
get
public List<Substituter> get()
- Specified by:
get in interface com.google.inject.Provider<List<Substituter>>
Copyright © 2007-2012. All Rights Reserved.