com.atlassian.gadgets.renderer.internal.guice
Class InjectorProvider

java.lang.Object
  extended by com.atlassian.gadgets.renderer.internal.guice.InjectorProvider
All Implemented Interfaces:
com.google.inject.Provider<com.google.inject.Injector>

public class InjectorProvider
extends Object
implements com.google.inject.Provider<com.google.inject.Injector>

A Provider that creates and returns the Guice Injector


Constructor Summary
InjectorProvider(SalModule salModule, ShindigModule shindigModule, AuthModule authModule, OpenSocialModule socialModule)
           
 
Method Summary
 com.google.inject.Injector get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InjectorProvider

public InjectorProvider(SalModule salModule,
                        ShindigModule shindigModule,
                        AuthModule authModule,
                        OpenSocialModule socialModule)
Method Detail

get

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


Copyright © 2011 Atlassian. All Rights Reserved.