org.apache.shindig.gadgets.variables
Class SubstituterModule.SubstitutersProvider

java.lang.Object
  extended by 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>>


Constructor Summary
SubstituterModule.SubstitutersProvider(MessageSubstituter messageSubstituter, UserPrefSubstituter prefSubstituter, ModuleSubstituter moduleSubstituter, BidiSubstituter bidiSubstituter)
           
 
Method Summary
 List<Substituter> get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubstituterModule.SubstitutersProvider

@Inject
public SubstituterModule.SubstitutersProvider(MessageSubstituter messageSubstituter,
                                                     UserPrefSubstituter prefSubstituter,
                                                     ModuleSubstituter moduleSubstituter,
                                                     BidiSubstituter bidiSubstituter)
Method Detail

get

public List<Substituter> get()
Specified by:
get in interface com.google.inject.Provider<List<Substituter>>


Copyright © 2007-2012. All Rights Reserved.