Class CmsJspContentAccessBean.CmsHasValueTransformer

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

public class CmsJspContentAccessBean.CmsHasValueTransformer extends Object implements org.apache.commons.collections.Transformer
Provides a Map with Booleans that indicate if a specified path exists in the XML content in the selected Locale, 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)