org.atmosphere.plugin.jaxrs
Class ExecutionContextInjector.Singleton

java.lang.Object
  extended by org.atmosphere.jersey.BaseInjectableProvider
      extended by org.atmosphere.plugin.jaxrs.ExecutionContextInjector
          extended by org.atmosphere.plugin.jaxrs.ExecutionContextInjector.Singleton
All Implemented Interfaces:
com.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.core.Context,Type>
Enclosing class:
ExecutionContextInjector

public static final class ExecutionContextInjector.Singleton
extends ExecutionContextInjector


Nested Class Summary
 
Nested classes/interfaces inherited from class org.atmosphere.plugin.jaxrs.ExecutionContextInjector
ExecutionContextInjector.PerRequest, ExecutionContextInjector.Singleton
 
Constructor Summary
ExecutionContextInjector.Singleton()
           
 
Method Summary
 com.sun.jersey.spi.inject.Injectable getInjectable(com.sun.jersey.core.spi.component.ComponentContext ic, javax.ws.rs.core.Context a, Type t)
           
 com.sun.jersey.core.spi.component.ComponentScope getScope()
           
 
Methods inherited from class org.atmosphere.jersey.BaseInjectableProvider
getAtmosphereResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionContextInjector.Singleton

public ExecutionContextInjector.Singleton()
Method Detail

getScope

public com.sun.jersey.core.spi.component.ComponentScope getScope()

getInjectable

public com.sun.jersey.spi.inject.Injectable getInjectable(com.sun.jersey.core.spi.component.ComponentContext ic,
                                                          javax.ws.rs.core.Context a,
                                                          Type t)


Copyright © 2012. All Rights Reserved.