Package org.opencms.jsp.util
Class CmsJspContentAccessValueWrapper.CmsSubValueListTransformer
java.lang.Object
org.opencms.jsp.util.CmsJspContentAccessValueWrapper.CmsSubValueListTransformer
- All Implemented Interfaces:
org.apache.commons.collections.Transformer
- Enclosing class:
- CmsJspContentAccessValueWrapper
public class CmsJspContentAccessValueWrapper.CmsSubValueListTransformer
extends Object
implements org.apache.commons.collections.Transformer
Provides a Map which lets the user access nested sub value Lists directly below the current value,
the input is assumed to be a String that represents an xpath in the XML content.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CmsSubValueListTransformer
public CmsSubValueListTransformer()
-
-
Method Details
-
transform
- Specified by:
transform
in interfaceorg.apache.commons.collections.Transformer
- See Also:
-
Transformer.transform(java.lang.Object)
-