Package org.opencms.xml.content
Interface I_CmsContentValueAdjustment
public interface I_CmsContentValueAdjustment
Interface for classes to adjust XML content values before using them, e.g. for indexing.
-
Method Summary
Modifier and TypeMethodDescriptiongetAdjustedValue(CmsObject cms, A_CmsXmlDocument content, Locale locale, String xpath, String value) Returns the adjustment for the provided value.
-
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 contextcontent- the XML contentlocale- the locale to adjust the value forxpath- the path to the valuevalue- the original value- Returns:
- the adjusted value
-