| java.lang.Object com.flexive.war.webdav.FxDavEntry
All known Subclasses: com.flexive.war.webdav.FxDavResource, com.flexive.war.webdav.FxDavCollection,
FxDavEntry | public class FxDavEntry (Code) | | |
Constructor Summary | |
protected | FxDavEntry(boolean collection, Date creationdate, String displayname, Date lastmodified, long contentlength) |
contentlength | protected long contentlength(Code) | | |
FxDavEntry | protected FxDavEntry(boolean collection, Date creationdate, String displayname, Date lastmodified, long contentlength)(Code) | | |
getCreationdate | public Date getCreationdate()(Code) | | |
getLastmodified | public Date getLastmodified()(Code) | | |
isCollection | public boolean isCollection()(Code) | | |
writePropertyNames | protected void writePropertyNames(XMLWriter generatedXML, String path)(Code) | | Parameters: generatedXML - |
|
|