Package org.opencms.jsp.util
Class CmsJspContentAccessBean.CmsValueTransformer
java.lang.Object
org.opencms.jsp.util.CmsJspContentAccessBean.CmsValueTransformer
- All Implemented Interfaces:
 org.apache.commons.collections.Transformer
- Enclosing class:
 CmsJspContentAccessBean
public class CmsJspContentAccessBean.CmsValueTransformer
extends Object
implements org.apache.commons.collections.Transformer
Provides a Map which lets the user access a value in an XML content,
 the input is assumed to be a String that represents an xpath in the XML content.
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
CmsValueTransformer
Constructor with a locale.- Parameters:
 locale- the locale to use
 
 - 
 - 
Method Details
- 
transform
- Specified by:
 transformin interfaceorg.apache.commons.collections.Transformer- See Also:
 
 
 -