org.glassfish.hk2
Interface ComponentProviderFactory<T>


public interface ComponentProviderFactory<T>


Method Summary
 ComponentProvider<T> getProvider(Context ctx)
          return a provider given an optional contextual information
 

Method Detail

getProvider

ComponentProvider<T> getProvider(Context ctx)
return a provider given an optional contextual information

Parameters:
ctx - contextual information about where the injection of T will result, null if not of interest.
Returns:
a provider of instance of T


Copyright © 2011 Oracle Corporation. All Rights Reserved.