Class DataLocalizationManager

    • Field Detail

      • DATA_LOCALIZATION_ENABLE_PROP

        public static final java.lang.String DATA_LOCALIZATION_ENABLE_PROP
        See Also:
        Constant Field Values
      • DATA_LOCALIZATION_FORCE_PROP

        public static final java.lang.String DATA_LOCALIZATION_FORCE_PROP
        See Also:
        Constant Field Values
    • Method Detail

      • propertiesChange

        public void propertiesChange​(JProperties properties)
        Description copied from interface: JPropertiesListener
        Invoked after properties have been modified in JCMS and save on disk.

        You cannot alter the value received in parameters.

        Note that properties parameter may be null, a limited set of site properties, or all site properties.

        To check that a property has been modified, reload the "current" property instead using channel.getProperties or channel.getProperty.

        Specified by:
        propertiesChange in interface JPropertiesListener
        Parameters:
        properties - the properties which have been submitted to change
      • localize

        public void localize()
        Do localization of data field
      • getFieldList

        public java.util.List<java.lang.String> getFieldList​(java.lang.Class<? extends Data> clazz)