Uses of Class
org.bedework.webdav.servlet.shared.WdCollection
-
Packages that use WdCollection Package Description org.bedework.webdav.servlet.shared -
-
Uses of WdCollection in org.bedework.webdav.servlet.shared
Subclasses of WdCollection in org.bedework.webdav.servlet.shared Modifier and Type Class Description classWdCollectionBase<T>Class to represent a collection in WebDAVMethods in org.bedework.webdav.servlet.shared that return WdCollection Modifier and Type Method Description abstract WdCollection<?>WebdavNsNode. getCollection(boolean deref)The node may refer to a collection object which may in fact be an alias to another.WdCollection<?>WebdavPrincipalNode. getCollection(boolean deref)abstract WdCollection<?>WebdavNsNode. getImmediateTargetCollection()WdCollection<?>WebdavPrincipalNode. getImmediateTargetCollection()Methods in org.bedework.webdav.servlet.shared with parameters of type WdCollection Modifier and Type Method Description booleanWdSysIntf. allowsSyncReport(WdCollection<?> col)
-