Package org.bedework.client.rw
Class NotifyResource
java.lang.Object
org.bedework.client.rw.NotifyResource
- All Implemented Interfaces:
Serializable
Class to hold info about a notification.
- Version:
- 1.0
- Author:
- Mike Douglass douglm@rpi.edu
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDoc()Get the parsed XML.getName()Get the name.org.bedework.caldav.util.notifications.BaseNotificationTypegetTag()Get the tag.getType()Get the type - this is the name of the root element in the notification message.Output in jspstatic StringmakeTag(org.bedework.calfacade.BwResource r)
-
Constructor Details
-
NotifyResource
- Parameters:
cl- the clientres- the resource entity ) {
-
-
Method Details
-
getName
Get the name.- Returns:
- name
-
getTag
Get the tag.- Returns:
- type
-
getType
Get the type - this is the name of the root element in the notification message.- Returns:
- type
-
getDoc
Get the parsed XML.- Returns:
- parsed xml
-
getNotification
public org.bedework.caldav.util.notifications.BaseNotificationType getNotification() -
getResourcesInfo
-
getXmlFragment
Output in jsp- Returns:
- formatted xml without the header
-
makeTag
- Parameters:
r- resource- Returns:
- a tag value for comparison
-