Uses of Interface
org.apache.myfaces.extensions.cdi.message.api.GenericConfig

Packages that use GenericConfig
org.apache.myfaces.extensions.cdi.message.api   
 

Uses of GenericConfig in org.apache.myfaces.extensions.cdi.message.api
 

Methods in org.apache.myfaces.extensions.cdi.message.api that return GenericConfig
 GenericConfig GenericConfig.addProperty(String key, Serializable value)
          to add a key/value pair to the config
 GenericConfig FormatterFactory.findFormatterConfig(Class<?> type, Locale locale)
           
 

Methods in org.apache.myfaces.extensions.cdi.message.api with parameters of type GenericConfig
 FormatterFactory FormatterFactory.addFormatterConfig(Class<?> type, GenericConfig formatterConfig)
          allows to add a config for formatting the given type
 MessageContextConfig.MessageContextBuilder MessageContextConfig.MessageContextBuilder.addFormatterConfig(Class<?> type, GenericConfig formatterConfig)
           
 FormatterFactory FormatterFactory.addFormatterConfig(Class<?> type, GenericConfig formatterConfig, Locale locale)
          allows to add a config for formatting the given type
 MessageContextConfig.MessageContextBuilder MessageContextConfig.MessageContextBuilder.addFormatterConfig(Class<?> type, GenericConfig formatterConfig, Locale locale)
           
 



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