org.opencms.jsp.util
Class CmsJspNavigationBean.CmsIsParentTransformer

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

public class CmsJspNavigationBean.CmsIsParentTransformer
extends java.lang.Object
implements org.apache.commons.collections.Transformer

Provides a Map with Booleans that indicate if the given navigation URI is a parent element of the current URI.


Constructor Summary
CmsJspNavigationBean.CmsIsParentTransformer()
           
 
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

CmsJspNavigationBean.CmsIsParentTransformer

public CmsJspNavigationBean.CmsIsParentTransformer()
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)