@RequestScoped public class AtmosphereResourceIntrospector extends InjectIntrospectorAdapter<AtmosphereResource>
InjectIntrospector.WHEN| Constructor and Description |
|---|
AtmosphereResourceIntrospector() |
| Modifier and Type | Method and Description |
|---|---|
AtmosphereResource |
injectable(AtmosphereResource r)
Returns an instance of the T
|
boolean |
supportedType(Type t)
Return true if this class support injection of this type.
|
injectable, introspectField, introspectMethodpublic boolean supportedType(Type t)
InjectablesupportedType in interface InjectablesupportedType in class InjectIntrospectorAdapter<AtmosphereResource>t - the fieldpublic AtmosphereResource injectable(AtmosphereResource r)
InjectIntrospectorinjectable in interface InjectIntrospectorinjectable in class InjectIntrospectorAdapter<AtmosphereResource>r - the AtmosphereResourceCopyright © 2016. All rights reserved.