Package org.atmosphere.inject
Class BroadcasterFactoryInjectable
- java.lang.Object
-
- org.atmosphere.inject.BroadcasterFactoryInjectable
-
- All Implemented Interfaces:
Injectable<BroadcasterFactory>
@ApplicationScoped public class BroadcasterFactoryInjectable extends java.lang.Object implements Injectable<BroadcasterFactory>
-
-
Constructor Summary
Constructors Constructor Description BroadcasterFactoryInjectable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BroadcasterFactoryinjectable(AtmosphereConfig config)Returns an instance of the TbooleansupportedType(java.lang.reflect.Type t)Return true if this class support injection of this type.
-
-
-
Method Detail
-
supportedType
public boolean supportedType(java.lang.reflect.Type t)
Description copied from interface:InjectableReturn true if this class support injection of this type.- Specified by:
supportedTypein interfaceInjectable<BroadcasterFactory>- Parameters:
t- the field- Returns:
- true if this class support injection
-
injectable
public BroadcasterFactory injectable(AtmosphereConfig config)
Description copied from interface:InjectableReturns an instance of the T- Specified by:
injectablein interfaceInjectable<BroadcasterFactory>- Parameters:
config- theAtmosphereConfig- Returns:
- Return an instance of the T
-
-