org.apache.myfaces.extensions.cdi.core.api.config
Interface ConfiguredValueResolver

All Superinterfaces:
Deactivatable

public interface ConfiguredValueResolver
extends Deactivatable

Allows to customize CODI in case of extension points which aren't supported by CDI. E.g. for artifacts which are needed before the bootstrapping process is finished.

Author:
Gerhard Petracek

Method Summary
<K,T> List<T>
resolveInstances(ConfiguredValueDescriptor<K,T> descriptor)
           
 
Methods inherited from interface org.apache.myfaces.extensions.cdi.core.api.Deactivatable
isActivated
 

Method Detail

resolveInstances

<K,T> List<T> resolveInstances(ConfiguredValueDescriptor<K,T> descriptor)


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.