Class CmsJspValueTransformers.CmsPropertyLoaderTransformer

    • Constructor Detail

      • CmsPropertyLoaderTransformer

        public CmsPropertyLoaderTransformer​(CmsObject cms,
                                            CmsResource resource,
                                            boolean search)
        Creates a new property loading Transformer.

        Parameters:
        resource - the resource where the properties are read from
        cms - the CmsObject used for reading properties.
        search - flag, indicating if property should be searched or not.
      • CmsPropertyLoaderTransformer

        public CmsPropertyLoaderTransformer​(CmsObject cms,
                                            CmsResource resource,
                                            boolean search,
                                            java.util.Locale locale)
        Creates a new property loading Transformer.

        Parameters:
        resource - the resource where the properties are read from
        locale - the locale for which properties should be accessed
        cms - the CmsObject used for reading properties.
        search - flag, indicating if property should be searched or not.
    • 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)