org.abstracthorizon.danube.webdav.java.properties
Class GetContentLength

java.lang.Object
  extended by org.abstracthorizon.danube.webdav.xml.dav.request.AbstractSimpleXMLHandler
      extended by org.abstracthorizon.danube.webdav.xml.dav.request.properties.RequestProperty
          extended by org.abstracthorizon.danube.webdav.xml.dav.request.properties.GetContentLength
              extended by org.abstracthorizon.danube.webdav.java.properties.GetContentLength
All Implemented Interfaces:
XMLParserHandler

public class GetContentLength
extends GetContentLength

This class obtains content length from given resource

Author:
Daniel Sendula

Field Summary
 
Fields inherited from class org.abstracthorizon.danube.webdav.xml.dav.request.properties.GetContentLength
contentLength
 
Fields inherited from class org.abstracthorizon.danube.webdav.xml.dav.request.properties.RequestProperty
CONSTRUCTOR_ARGUMENTS_CLASSES, logger, packageName
 
Fields inherited from class org.abstracthorizon.danube.webdav.xml.dav.request.AbstractSimpleXMLHandler
parent
 
Constructor Summary
GetContentLength(XMLParserHandler parent)
          Constructor
 
Method Summary
 ResponseProperty processSetProperty(ResourceAdapter webDAVAdapter, Object resource)
          Sets the property
 
Methods inherited from class org.abstracthorizon.danube.webdav.xml.dav.request.properties.GetContentLength
end, getContentLength, processResponse, toString
 
Methods inherited from class org.abstracthorizon.danube.webdav.xml.dav.request.properties.RequestProperty
constructResponse, processRemoveProperty
 
Methods inherited from class org.abstracthorizon.danube.webdav.xml.dav.request.AbstractSimpleXMLHandler
start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetContentLength

public GetContentLength(XMLParserHandler parent)
Constructor

Parameters:
parent -
Method Detail

processSetProperty

public ResponseProperty processSetProperty(ResourceAdapter webDAVAdapter,
                                           Object resource)
Sets the property

Overrides:
processSetProperty in class RequestProperty
Parameters:
webDAVAdapter - DAV adapter
resource - resource
Returns:
response property


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