Class CmsJspContentAccessValueWrapper.CmsXmlValueTransformer

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

public class CmsJspContentAccessValueWrapper.CmsXmlValueTransformer extends Object implements org.apache.commons.collections.Transformer
Provides a Map which lets the user directly access sub-nodes of the XML represented by 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)