Package org.opencms.jsp.util
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 Summary
-
Method Summary
-
Constructor Details
-
CmsHasValueTransformer
Constructor with a locale.- Parameters:
locale
- the locale to use
-
-
Method Details
-
transform
- Specified by:
transform
in interfaceorg.apache.commons.collections.Transformer
- See Also:
-
Transformer.transform(java.lang.Object)
-