Package | Description |
---|---|
org.apache.myfaces.extensions.cdi.message.api |
Modifier and Type | Method and Description |
---|---|
GenericConfig |
GenericConfig.addProperty(String key,
Serializable value)
to add a key/value pair to the config
|
GenericConfig |
FormatterFactory.findFormatterConfig(Class<?> type,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
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-2014 The Apache Software Foundation. All Rights Reserved.