Class PropertyHandler

  • All Implemented Interfaces:
    Serializable

    public abstract class PropertyHandler
    extends Object
    implements Serializable
    This type of object will handle system dependent properties through the system interface.
    Author:
    Mike Douglass
    See Also:
    Serialized Form
    • Constructor Detail

      • PropertyHandler

        public PropertyHandler()
    • Method Detail

      • getPropertyNames

        public abstract Map<QName,​org.bedework.webdav.servlet.shared.WebdavNsNode.PropertyTagEntry> getPropertyNames()
        Returns:
        Map of valid property names.
      • knownProperty

        public boolean knownProperty​(QName tag)
                              throws org.bedework.webdav.servlet.shared.WebdavException
        Return true if a call to generatePropertyValue will return a value.
        Parameters:
        tag -
        Returns:
        boolean
        Throws:
        org.bedework.webdav.servlet.shared.WebdavException