Package org.opencms.jsp.util
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 Summary
-
Method Summary
-
Constructor Details
-
CmsExistsXmlTransformer
public CmsExistsXmlTransformer()
-
-
Method Details
-
transform
- Specified by:
transform
in interfaceorg.apache.commons.collections.Transformer
- See Also:
-
Transformer.transform(java.lang.Object)
-