public class CarddavURI 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) |
CarddavCollection |
getCol() |
String |
getColName() |
Card |
getEntity() |
String |
getEntityName() |
boolean |
getExists() |
String |
getPath() |
CarddavResource |
getResource() |
String |
getUri() |
int |
hashCode() |
boolean |
isCollection() |
boolean |
isGroup() |
boolean |
isResource() |
boolean |
isUser() |
boolean |
sameName(String entityName) |
String |
toString() |
public boolean getExists()
public CarddavCollection getCol()
public CarddavResource getResource()
public Card getEntity()
public String getColName() throws org.bedework.webdav.servlet.shared.WebdavException
org.bedework.webdav.servlet.shared.WebdavExceptionpublic String getEntityName()
public String getPath() throws org.bedework.webdav.servlet.shared.WebdavException
org.bedework.webdav.servlet.shared.WebdavExceptionpublic String getUri() throws org.bedework.webdav.servlet.shared.WebdavException
org.bedework.webdav.servlet.shared.WebdavExceptionpublic boolean isResource()
public boolean isCollection()
public boolean isUser()
public boolean isGroup()
public boolean sameName(String entityName)
entityName - Copyright © 2015 Bedework. All rights reserved.