Package org.atmosphere.inject
Class AtmosphereResourceEventIntrospector
java.lang.Object
org.atmosphere.inject.InjectIntrospectorAdapter<AtmosphereResourceEvent>
org.atmosphere.inject.AtmosphereResourceEventIntrospector
- All Implemented Interfaces:
Injectable,InjectIntrospector
@RequestScoped
public class AtmosphereResourceEventIntrospector
extends InjectIntrospectorAdapter<AtmosphereResourceEvent>
invalid input: '{@link /*missing*/}'AtmosphereResource} injection implementation support.
- Author:
- Jeanfrancois Arcand
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.atmosphere.inject.InjectIntrospector
InjectIntrospector.WHEN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns an instance of the TbooleanReturn true if this class support injection of this type.Methods inherited from class org.atmosphere.inject.InjectIntrospectorAdapter
injectable, introspectField, introspectMethod
-
Constructor Details
-
AtmosphereResourceEventIntrospector
public AtmosphereResourceEventIntrospector()
-
-
Method Details
-
supportedType
Description copied from interface:InjectableReturn true if this class support injection of this type.- Specified by:
supportedTypein interfaceInjectable- Overrides:
supportedTypein classInjectIntrospectorAdapter<AtmosphereResourceEvent>- Parameters:
t- the field- Returns:
- true if this class support injection
-
injectable
Description copied from interface:InjectIntrospectorReturns an instance of the T- Specified by:
injectablein interfaceInjectIntrospector- Overrides:
injectablein classInjectIntrospectorAdapter<AtmosphereResourceEvent>- Parameters:
r- theAtmosphereResource- Returns:
- Return an instance of the T
-