Class WdCollectionBase<T>
- java.lang.Object
-
- org.bedework.webdav.servlet.shared.WdEntity<T>
-
- org.bedework.webdav.servlet.shared.WdCollection<T>
-
- org.bedework.webdav.servlet.shared.WdCollectionBase<T>
-
- Type Parameters:
T-
- All Implemented Interfaces:
Comparable<WdEntity<?>>
public abstract class WdCollectionBase<T> extends WdCollection<T>
Class to represent a collection in WebDAV- Author:
- douglm
-
-
Constructor Summary
Constructors Constructor Description WdCollectionBase()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAliasUri()booleanisAlias()-
Methods inherited from class org.bedework.webdav.servlet.shared.WdEntity
compareTo, getCanPublish, getCanShare, getCreated, getDescription, getDisplayName, getEtag, getLastmod, getName, getOwner, getParentPath, getPath, getPreviousEtag, getProperty, hashCode, resolveAlias, setCreated, setDescription, setDisplayName, setLastmod, setName, setOwner, setParentPath, setPath, setProperty, toString, toStringSegment
-
-
-
-
Constructor Detail
-
WdCollectionBase
public WdCollectionBase() throws WebdavExceptionConstructor- Throws:
WebdavException
-
-
Method Detail
-
isAlias
public boolean isAlias()
-
getAliasUri
public String getAliasUri()
- Specified by:
getAliasUriin classWdEntity<T>- Returns:
- null if this is not an alias otherwise the uri of the target
-
-