org.atmosphere.inject
Class AtmosphereConfigInjectable

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

public class AtmosphereConfigInjectable
extends Object
implements Injectable<AtmosphereConfig>


Constructor Summary
AtmosphereConfigInjectable()
           
 
Method Summary
 AtmosphereConfig 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

AtmosphereConfigInjectable

public AtmosphereConfigInjectable()
Method Detail

supportedType

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

injectable

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


Copyright © 2015. All Rights Reserved.