org.abstracthorizon.danube.webdav.xml.dav.response.properties
Class ResponseProperty

java.lang.Object
  extended by 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
 
Constructor Summary
ResponseProperty()
          Constructor
ResponseProperty(Status status)
          Constructor
 
Method Summary
 Status getStatus()
          Returns status
 
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
 

Field Detail

status

protected Status status
Status 200 OK - {@link Status#OK

Constructor Detail

ResponseProperty

public ResponseProperty()
Constructor


ResponseProperty

public ResponseProperty(Status status)
Constructor

Parameters:
status - status
Method Detail

getStatus

public Status getStatus()
Returns status

Returns:
status


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.