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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
CmsHasValueTransformerConstructor with a locale.- Parameters:
- locale- the locale to use
 
 
- 
- 
Method Details- 
transform- Specified by:
- transformin interface- org.apache.commons.collections.Transformer
- See Also:
 
 
-