Interface I_CmsContentValueAdjustment


Interface for classes to adjust XML content values before using them, e.g. for indexing.
  • Method Details

    • getAdjustedValue

      String getAdjustedValue(CmsObject cms, A_CmsXmlDocument content, Locale locale, String xpath, String value)
      Returns the adjustment for the provided value.
      Parameters:
      cms - the current context
      content - the XML content
      locale - the locale to adjust the value for
      xpath - the path to the value
      value - the original value
      Returns:
      the adjusted value