org.atmosphere.plugin.jaxrs
Class ExecutionContextInjector.PerRequest

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

public static final class ExecutionContextInjector.PerRequest
extends ExecutionContextInjector


Nested Class Summary
 
Nested classes/interfaces inherited from class org.atmosphere.plugin.jaxrs.ExecutionContextInjector
ExecutionContextInjector.PerRequest, ExecutionContextInjector.Singleton
 
Constructor Summary
ExecutionContextInjector.PerRequest()
           
 
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.PerRequest

public ExecutionContextInjector.PerRequest()
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.