Class CmsJspContentAccessBean.CmsValueTransformer

java.lang.Object
org.opencms.jsp.util.CmsJspContentAccessBean.CmsValueTransformer
All Implemented Interfaces:
org.apache.commons.collections.Transformer
Enclosing class:
CmsJspContentAccessBean

public class CmsJspContentAccessBean.CmsValueTransformer extends Object implements org.apache.commons.collections.Transformer
Provides a Map which lets the user access a value in an XML content, the input is assumed to be a String that represents an xpath in the XML content.

  • Constructor Details

    • CmsValueTransformer

      public CmsValueTransformer(Locale locale)
      Constructor with a locale.

      Parameters:
      locale - the locale to use
  • Method Details

    • transform

      public Object transform(Object input)
      Specified by:
      transform in interface org.apache.commons.collections.Transformer
      See Also:
      • Transformer.transform(java.lang.Object)