org.abstracthorizon.danube.webdav.xml.dav.response.properties
Class ResponseProperty
java.lang.Object
org.abstracthorizon.danube.webdav.xml.dav.response.properties.ResponseProperty
- All Implemented Interfaces:
- XMLRenderer
- Direct Known Subclasses:
- CreationDate, DisplayName, GetContentLanguage, GetContentLength, GetContentType, GetETag, GetLastModified, LockDiscovery, ResourceType, Source, SupportedLock
public abstract class ResponseProperty
- extends Object
- implements XMLRenderer
Field Summary |
protected Status |
status
Status 200 OK - {@link Status#OK |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.abstracthorizon.danube.webdav.xml.XMLRenderer |
render |
status
protected Status status
- Status 200 OK - {@link Status#OK
ResponseProperty
public ResponseProperty()
- Constructor
ResponseProperty
public ResponseProperty(Status status)
- Constructor
- Parameters:
status
- status
getStatus
public Status getStatus()
- Returns status
- Returns:
- status
Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.