Package org.atmosphere.inject
Class AtmosphereResourceSessionFactoryInjectable
java.lang.Object
org.atmosphere.inject.AtmosphereResourceSessionFactoryInjectable
- All Implemented Interfaces:
Injectable<AtmosphereResourceSessionFactory>
@ApplicationScoped
public class AtmosphereResourceSessionFactoryInjectable
extends Object
implements Injectable<AtmosphereResourceSessionFactory>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninjectable(AtmosphereConfig config) Returns an instance of the TbooleanReturn true if this class support injection of this type.
-
Constructor Details
-
AtmosphereResourceSessionFactoryInjectable
public AtmosphereResourceSessionFactoryInjectable()
-
-
Method Details
-
supportedType
Description copied from interface:InjectableReturn true if this class support injection of this type.- Specified by:
supportedTypein interfaceInjectable<AtmosphereResourceSessionFactory>- Parameters:
t- the field- Returns:
- true if this class support injection
-
injectable
Description copied from interface:InjectableReturns an instance of the T- Specified by:
injectablein interfaceInjectable<AtmosphereResourceSessionFactory>- Parameters:
config- theAtmosphereConfig- Returns:
- Return an instance of the T
-