com.atlassian.gadgets.opensocial.internal.guice
Class OpenSocialModule

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by com.atlassian.gadgets.opensocial.internal.guice.OpenSocialModule
All Implemented Interfaces:
com.google.inject.Module

public class OpenSocialModule
extends com.google.inject.AbstractModule

Guice module configuration file


Constructor Summary
OpenSocialModule(org.apache.shindig.social.opensocial.spi.PersonService shindigPersonService, org.apache.shindig.social.opensocial.spi.ActivityService shindigActivityService, org.apache.shindig.social.opensocial.spi.AppDataService shindigAppDataService)
           
 
Method Summary
protected  void configure()
           
 
Methods inherited from class com.google.inject.AbstractModule
addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindScope, configure, install, requestStaticInjection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenSocialModule

public OpenSocialModule(org.apache.shindig.social.opensocial.spi.PersonService shindigPersonService,
                        org.apache.shindig.social.opensocial.spi.ActivityService shindigActivityService,
                        org.apache.shindig.social.opensocial.spi.AppDataService shindigAppDataService)
Method Detail

configure

protected void configure()
Specified by:
configure in class com.google.inject.AbstractModule


Copyright © 2011 Atlassian. All Rights Reserved.