@ApplicationScoped public class AtmosphereFrameworkInjectable extends Object implements Injectable<AtmosphereFramework>
| Constructor and Description |
|---|
AtmosphereFrameworkInjectable() |
| Modifier and Type | Method and Description |
|---|---|
AtmosphereFramework |
injectable(AtmosphereConfig config)
Returns an instance of the T
|
boolean |
supportedType(Type t)
Return true if this class support injection of this type.
|
public boolean supportedType(Type t)
InjectablesupportedType in interface Injectable<AtmosphereFramework>t - the fieldpublic AtmosphereFramework injectable(AtmosphereConfig config)
Injectableinjectable in interface Injectable<AtmosphereFramework>config - the AtmosphereConfigCopyright © 2016. All rights reserved.