Class 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

      Constructors 
      Constructor Description
      ServletGuiceComponentProviderFactory​(com.sun.jersey.api.core.ResourceConfig config, com.google.inject.Injector injector)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.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

      • ServletGuiceComponentProviderFactory

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

      • createScopeMap

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