org.atmosphere.plugin.jaxrs
Class ExecutionContextInjector

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

public abstract class ExecutionContextInjector
extends BaseInjectableProvider

Allow injection of ExecutionContext

Author:
Jeanfrancois Arcand

Nested Class Summary
static class ExecutionContextInjector.PerRequest
           
static class ExecutionContextInjector.Singleton
           
 
Constructor Summary
ExecutionContextInjector()
           
 
Method Summary
 
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
 
Methods inherited from interface com.sun.jersey.spi.inject.InjectableProvider
getInjectable, getScope
 

Constructor Detail

ExecutionContextInjector

public ExecutionContextInjector()


Copyright © 2012. All Rights Reserved.