Class PropertyHandler

java.lang.Object
org.bedework.carddav.server.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:
  • Constructor Details

    • PropertyHandler

      public PropertyHandler()
  • Method Details

    • 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)
      Return true if a call to generatePropertyValue will return a value.
      Parameters:
      tag - for property
      Returns:
      boolean