Package org.bedework.caldav.server
Class PropertyHandler
java.lang.Object
org.bedework.caldav.server.PropertyHandler
- All Implemented Interfaces:
Serializable
This type of object will handle system dependent properties through the
system interface.
- Author:
- Mike Douglass
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumAllow callers to specify which set of properties are to be processed -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanknownProperty(QName tag) Return true if a call to generatePropertyValue will return a value.
-
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
Return true if a call to generatePropertyValue will return a value.- Parameters:
tag-- Returns:
- boolean
- Throws:
org.bedework.webdav.servlet.shared.WebdavException
-