org.atmosphere.inject
Class AtmosphereFrameworkInjectable

java.lang.Object
  extended by org.atmosphere.inject.AtmosphereFrameworkInjectable
All Implemented Interfaces:
Injectable<AtmosphereFramework>

public class AtmosphereFrameworkInjectable
extends Object
implements Injectable<AtmosphereFramework>


Constructor Summary
AtmosphereFrameworkInjectable()
           
 
Method Summary
 AtmosphereFramework injectable(AtmosphereConfig config)
           
 boolean supportedType(Type t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtmosphereFrameworkInjectable

public AtmosphereFrameworkInjectable()
Method Detail

supportedType

public boolean supportedType(Type t)
Specified by:
supportedType in interface Injectable<AtmosphereFramework>

injectable

public AtmosphereFramework injectable(AtmosphereConfig config)
Specified by:
injectable in interface Injectable<AtmosphereFramework>


Copyright © 2015. All Rights Reserved.