public class CaldavURI extends Object
The response to webdav actions obviously depends upon the type of referenced entity.
The server will have to determine whether a name represents a publicly available calendar or a user and the access to a calendar will, of course, depend upon the authentication state of the user.
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
CalDAVCollection |
getCol() |
CalDAVEvent |
getEntity() |
String |
getEntityName() |
boolean |
getExists() |
String |
getPath() |
org.bedework.access.AccessPrincipal |
getPrincipal() |
CalDAVResource |
getResource() |
String |
getUri() |
int |
hashCode() |
boolean |
isCollection() |
boolean |
isResource() |
boolean |
sameName(String entityName) |
String |
toString() |
public boolean getExists()
public CalDAVCollection getCol()
public CalDAVResource getResource()
public CalDAVEvent getEntity()
public String getEntityName()
public String getPath()
public String getUri() throws org.bedework.webdav.servlet.shared.WebdavException
org.bedework.webdav.servlet.shared.WebdavExceptionpublic boolean isResource()
public boolean isCollection()
public org.bedework.access.AccessPrincipal getPrincipal()
public boolean sameName(String entityName)
entityName - Copyright © 2018 Bedework. All rights reserved.