org.opencms.jsp.util
Class CmsJspVfsAccessBean.CmsPropertyLoaderSingleTransformer

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

public class CmsJspVfsAccessBean.CmsPropertyLoaderSingleTransformer
extends java.lang.Object
implements org.apache.commons.collections.Transformer

Transformer that a properties of a resource from the OpenCms VFS, the input is used as String for the property name to read.


Constructor Summary
CmsJspVfsAccessBean.CmsPropertyLoaderSingleTransformer(CmsResource resource, boolean search)
          Creates a new property loading Transformer.
 
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

CmsJspVfsAccessBean.CmsPropertyLoaderSingleTransformer

public CmsJspVfsAccessBean.CmsPropertyLoaderSingleTransformer(CmsResource resource,
                                                              boolean search)
Creates a new property loading Transformer.

Parameters:
resource - the resource where the properties are read from
search - indicates if properties should be searched when loaded
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)