public class DataLocalizationManager extends java.lang.Object implements JPropertiesListener
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
DATA_LOCALIZATION_ENABLE_PROP  | 
static java.lang.String | 
DATA_LOCALIZATION_FORCE_PROP  | 
static java.lang.String | 
PROP_PREFIX  | 
REVISION| Modifier and Type | Method and Description | 
|---|---|
java.util.List<java.lang.String> | 
getFieldList(java.lang.Class<? extends Data> clazz)  | 
static DataLocalizationManager | 
getInstance()  | 
void | 
localize()
Do localization of data field 
 | 
void | 
propertiesChange(JProperties properties)
Invoked after properties have been modified in JCMS and save on disk. 
 | 
public static final java.lang.String DATA_LOCALIZATION_ENABLE_PROP
public static final java.lang.String DATA_LOCALIZATION_FORCE_PROP
public static final java.lang.String PROP_PREFIX
public static DataLocalizationManager getInstance()
public void propertiesChange(JProperties properties)
JPropertiesListenerYou cannot alter the value received in parameters.
propertiesChange in interface JPropertiesListenerproperties - the properties which have been modified (may not contain all JCMS properties)public void localize()
public java.util.List<java.lang.String> getFieldList(java.lang.Class<? extends Data> clazz)
Copyright © 2001-2018 Jalios SA. All Rights Reserved.