org.apache.myfaces.extensions.cdi.core.api.config
Interface ConfiguredValueDescriptor<K,T>


public interface ConfiguredValueDescriptor<K,T>

Descriptor for resolving a configured value based on a special key. Furthermore it specifies the type of the configured value.

Author:
Gerhard Petracek

Method Summary
 K getKey()
          Key for identifying a config entry.
 Class<T> getTargetType()
          Expected type of the config entry.
 

Method Detail

getKey

K getKey()
Key for identifying a config entry.

Returns:
value of the key which identifies a config entry

getTargetType

Class<T> getTargetType()
Expected type of the config entry.

Returns:
type of the config entry


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