org.atmosphere.guice
Class GuiceContainer.ServletGuiceComponentProviderFactory

java.lang.Object
  extended by com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory
      extended by org.atmosphere.guice.GuiceContainer.ServletGuiceComponentProviderFactory
All Implemented Interfaces:
com.sun.jersey.core.spi.component.ComponentProviderFactory<com.sun.jersey.core.spi.component.ioc.IoCComponentProvider>, com.sun.jersey.core.spi.component.ioc.IoCComponentProviderFactory
Enclosing class:
GuiceContainer

public class GuiceContainer.ServletGuiceComponentProviderFactory
extends com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory


Constructor Summary
GuiceContainer.ServletGuiceComponentProviderFactory(com.sun.jersey.api.core.ResourceConfig config, com.google.inject.Injector injector)
           
 
Method Summary
 Map<com.google.inject.Scope,com.sun.jersey.core.spi.component.ComponentScope> createScopeMap()
           
 
Methods inherited from class com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory
getComponentProvider, getComponentProvider, isGuiceConstructorInjected, isGuiceFieldOrMethodInjected, isImplicitGuiceComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiceContainer.ServletGuiceComponentProviderFactory

public GuiceContainer.ServletGuiceComponentProviderFactory(com.sun.jersey.api.core.ResourceConfig config,
                                                           com.google.inject.Injector injector)
Method Detail

createScopeMap

public Map<com.google.inject.Scope,com.sun.jersey.core.spi.component.ComponentScope> createScopeMap()
Overrides:
createScopeMap in class com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory


Copyright © 2014. All Rights Reserved.