Interface ValueManager.IValueManagerInfoProvider

All Known Implementing Classes:
ValueManagerInfoProviderJsfserverImpl, ValueManagerInfoProviderUtilImpl
Enclosing class:
ValueManager

public static interface ValueManager.IValueManagerInfoProvider
Some information for the value management is required "from outside". Corresponding methods are collected in this interface. There is a default implementation in ValueManagerInfoProviderUtilImpl - and there is a implementation on eclntjsfserver level.
  • Method Details

    • getCurrentLocale

      Locale getCurrentLocale()
    • getCurrentLocaleClient

      Locale getCurrentLocaleClient()
    • getValueManagerTrueString

      String getValueManagerTrueString()
    • getValueManagerTrueStringExport

      String getValueManagerTrueStringExport()
    • getValueManagerFalseString

      String getValueManagerFalseString()
    • getValueManagerFalseStringExport

      String getValueManagerFalseStringExport()
    • getUseJavaClientFormatter

      boolean getUseJavaClientFormatter()
    • getCountryYmdSequence

      String getCountryYmdSequence(String country)
    • getCountryDateSep

      String getCountryDateSep(String country)
    • getCountryTimeSep

      String getCountryTimeSep(String country)
    • findAdditionalReplacementsForReplaceSystemProperties

      Map<String,String> findAdditionalReplacementsForReplaceSystemProperties()
    • convertStringIntoExtendedObject

      Object convertStringIntoExtendedObject(String attrValue, Class attrClass)