Package | Description |
---|---|
edu.uoc.framework.utilities.I18N |
Recoge las clases utilizadas por el framework para
dar soporte a la internacionalización de aplicaciones.
|
edu.uoc.framework.view.tags |
Recoge las clases que implementan las etiquetas proporcionadas por el framework y que servirán de apoyo a la Vista.
|
Modifier and Type | Method and Description |
---|---|
static I18n.I18N_TYPES |
I18n.I18N_TYPES.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I18n.I18N_TYPES[] |
I18n.I18N_TYPES.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
TagUtils.internationalizeData(java.lang.Object value,
java.util.Locale locale,
I18n.I18N_TYPES type,
I18n.DATE_TIME_FORMAT dateFormat,
I18n.DATE_TIME_FORMAT timeFormat)
Método que internacionaliza un objeto según el locale y el tipo de elemento,
pudiendo internacionalizarse monedas, números, decimales, fechas y horas.
|