Package org.atmosphere.inject
Class MetaBroadcasterInjectable
- java.lang.Object
-
- org.atmosphere.inject.MetaBroadcasterInjectable
-
- All Implemented Interfaces:
Injectable<MetaBroadcaster>
@ApplicationScoped public class MetaBroadcasterInjectable extends java.lang.Object implements Injectable<MetaBroadcaster>
-
-
Constructor Summary
Constructors Constructor Description MetaBroadcasterInjectable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetaBroadcasterinjectable(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<MetaBroadcaster>- Parameters:
t- the field- Returns:
- true if this class support injection
-
injectable
public MetaBroadcaster injectable(AtmosphereConfig config)
Description copied from interface:InjectableReturns an instance of the T- Specified by:
injectablein interfaceInjectable<MetaBroadcaster>- Parameters:
config- theAtmosphereConfig- Returns:
- Return an instance of the T
-
-