Class CmsJspVfsAccessBean.CmsVfsLinkTransformer

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

public class CmsJspVfsAccessBean.CmsVfsLinkTransformer extends Object implements org.apache.commons.collections.Transformer
Transformer that calculates links to resources in the OpenCms VFS, the input is used as String for the resource name to use as link target.

This is using the same logic as CmsJspTagLink.linkTagAction(String, javax.servlet.ServletRequest).

  • Constructor Details

  • 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)