Class CmsJspContentAccessValueWrapper.CmsValueTransformer

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

public class CmsJspContentAccessValueWrapper.CmsValueTransformer extends Object implements org.apache.commons.collections.Transformer
Provides a Map which returns a nested sub value from the current value.

The input is assumed to be a String that represents an xpath in the XML content.

  • Constructor Details

  • 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)