Class CmsJspTagProperty.CmsPropertyAction

    • Constructor Summary

      Constructors 
      Constructor Description
      CmsPropertyAction​(javax.servlet.ServletRequest req, java.lang.String action)
      Default constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getVfsUri()
      Returns the VFS site path of the resource for which the properties should be read.
      boolean isSearch()
      Returns true if it should be searched for the property, otherwise false.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CmsPropertyAction

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

      • getVfsUri

        public java.lang.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.