Class CmsJspVfsAccessBean.CmsExistsXmlTransformer

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

public class CmsJspVfsAccessBean.CmsExistsXmlTransformer extends Object implements org.apache.commons.collections.Transformer
Provides Booleans that indicate if a specified resource exists in the OpenCms VFS and is of type XML content or XML page, the input is used as String for the resource name to read.

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