265266267268269270271272273274
} public WrappedHref getValue( PropFindableResource res ) { if( res instanceof CalDavPrincipal) { String s = ((CalDavPrincipal)res).getScheduleInboxUrl(); return new WrappedHref(s); } else { return null; } }
290291292293294295296297298299300
} public WrappedHref getValue( PropFindableResource res ) { if( res instanceof CalDavPrincipal) { String s = ((CalDavPrincipal)res).getScheduleOutboxUrl(); return new WrappedHref(s); } else { return null; } }
316317318319320321322323324325
} public WrappedHref getValue( PropFindableResource res ) { if( res instanceof CalDavPrincipal) { String s = ((CalDavPrincipal)res).getDropBoxUrl(); return new WrappedHref(s); } else { return null; } }
360361362363364365366
public String fieldName() { return "notifications-URL"; } public WrappedHref getValue( PropFindableResource res ) { return new WrappedHref("http://localhost:7080/notificationsUrl"); }
375376377378379380381
public String fieldName() { return "notification-URL"; } public WrappedHref getValue( PropFindableResource res ) { return new WrappedHref("http://localhost:7080/notificationUrl"); }