|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |