Class CmsJspVfsAccessBean.CmsResourcePropertyLoaderTransformer

  • All Implemented Interfaces:
    org.apache.commons.collections.Transformer
    Enclosing class:
    CmsJspVfsAccessBean

    public class CmsJspVfsAccessBean.CmsResourcePropertyLoaderTransformer
    extends java.lang.Object
    implements org.apache.commons.collections.Transformer
    Transformer that loads properties of a resource from the OpenCms VFS with another lazy map, the input is used as String for the resource name to read.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • CmsResourcePropertyLoaderTransformer

        public CmsResourcePropertyLoaderTransformer​(boolean search)
        Creates a new property loading Transformer.

        Parameters:
        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)