Class CmsJspVfsAccessBean.CmsPropertyLoaderSingleTransformer

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

public class CmsJspVfsAccessBean.CmsPropertyLoaderSingleTransformer extends 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 Details

    • CmsPropertyLoaderSingleTransformer

      public 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 Details

    • transform

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