Class CmsJspTagProperty.CmsPropertyAction

java.lang.Object
org.opencms.jsp.CmsJspTagProperty.CmsPropertyAction
Enclosing class:
CmsJspTagProperty

public static class CmsJspTagProperty.CmsPropertyAction extends Object
Tells for which resource properties should be looked up (with or without searching), depending on the CmsJspTagProperty.FileUse.
  • Constructor Details

    • CmsPropertyAction

      public CmsPropertyAction(javax.servlet.ServletRequest req, String action)
      Default constructor.
      Parameters:
      req - the current servlet request.
      action - the action to perform.
  • Method Details

    • getVfsUri

      public String getVfsUri()
      Returns the VFS site path of the resource for which the properties should be read.
      Returns:
      the VFS site path of the resource for which the properties should be read.
    • isSearch

      public boolean isSearch()
      Returns true if it should be searched for the property, otherwise false.
      Returns:
      true if it should be searched for the property, otherwise false.