Uses of Interface
org.apache.myfaces.extensions.cdi.core.api.resource.bundle.BundleKey

Packages that use BundleKey
org.apache.myfaces.extensions.cdi.core.api.resource.bundle   
 

Uses of BundleKey in org.apache.myfaces.extensions.cdi.core.api.resource.bundle
 

Classes in org.apache.myfaces.extensions.cdi.core.api.resource.bundle that implement BundleKey
 class BundleValue
          Base class which has to be extended if a key resolves directly to the value.
 

Method parameters in org.apache.myfaces.extensions.cdi.core.api.resource.bundle with type arguments of type BundleKey
 String ResourceBundle.getValue(Class<? extends BundleKey> key)
          Returns the value for the given key (and the configured bundle and local).
 



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