Package org.apache.webdav.lib.properties
Class GetContentLengthProperty
- java.lang.Object
-
- org.apache.webdav.lib.BaseProperty
-
- org.apache.webdav.lib.properties.GetContentLengthProperty
-
- All Implemented Interfaces:
Property
public class GetContentLengthProperty extends BaseProperty
- Version:
- $Revision: 1.3.2.1 $
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TAG_NAME
-
Fields inherited from class org.apache.webdav.lib.BaseProperty
element, response
-
-
Constructor Summary
Constructors Constructor Description GetContentLengthProperty(ResponseEntity response, org.w3c.dom.Element element)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getLength()
Get the content length.-
Methods inherited from class org.apache.webdav.lib.BaseProperty
getElement, getLocalName, getName, getNamespaceURI, getOwningURL, getPropertyAsString, getStatusCode, toString
-
-
-
-
Field Detail
-
TAG_NAME
public static final java.lang.String TAG_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GetContentLengthProperty
public GetContentLengthProperty(ResponseEntity response, org.w3c.dom.Element element)
-
-