org.opencms.jsp.util
Class CmsJspContentAccessValueWrapper.CmsSubValueListTransformer

java.lang.Object
  extended by org.opencms.jsp.util.CmsJspContentAccessValueWrapper.CmsSubValueListTransformer
All Implemented Interfaces:
org.apache.commons.collections.Transformer
Enclosing class:
CmsJspContentAccessValueWrapper

public class CmsJspContentAccessValueWrapper.CmsSubValueListTransformer
extends java.lang.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
CmsJspContentAccessValueWrapper.CmsSubValueListTransformer()
           
 
Method Summary
 java.lang.Object transform(java.lang.Object input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsJspContentAccessValueWrapper.CmsSubValueListTransformer

public CmsJspContentAccessValueWrapper.CmsSubValueListTransformer()
Method Detail

transform

public java.lang.Object transform(java.lang.Object input)
Specified by:
transform in interface org.apache.commons.collections.Transformer
See Also:
Transformer.transform(java.lang.Object)