org.apache.shindig.gadgets.oauth
Class OAuthModule.OAuthRequestProvider

java.lang.Object
  extended by org.apache.shindig.gadgets.oauth.OAuthModule.OAuthRequestProvider
All Implemented Interfaces:
com.google.inject.Provider<OAuthRequest>
Enclosing class:
OAuthModule

public static class OAuthModule.OAuthRequestProvider
extends Object
implements com.google.inject.Provider<OAuthRequest>


Constructor Summary
OAuthModule.OAuthRequestProvider(HttpFetcher fetcher, OAuthFetcherConfig config)
           
 
Method Summary
 OAuthRequest get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAuthModule.OAuthRequestProvider

@Inject
public OAuthModule.OAuthRequestProvider(HttpFetcher fetcher,
                                               OAuthFetcherConfig config)
Method Detail

get

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


Copyright © 2007-2012. All Rights Reserved.