com.sun.jersey.spi.inject
Interface Injectable<T>

All Known Implementing Classes:
SingletonTypeInjectableProvider

public interface Injectable<T>

The type of something that is injectable.


Method Summary
 T getValue(HttpContext context)
          Get the injectable value.
 

Method Detail

getValue

T getValue(HttpContext context)
Get the injectable value.

Parameters:
context - the HTTP context, may be null if no context is available for the scope of injection.
Returns:
the injectable value