|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.abstracthorizon.danube.webdav.xml.dav.response.properties.ResponseProperty
org.abstracthorizon.danube.webdav.xml.dav.response.properties.GetContentLength
public class GetContentLength
This class models WebDAV's getcontentlength response tag
| Field Summary | |
|---|---|
protected long |
contentLength
Content length |
static String |
TAG_NAME
Tag name |
| Fields inherited from class org.abstracthorizon.danube.webdav.xml.dav.response.properties.ResponseProperty |
|---|
status |
| Constructor Summary | |
|---|---|
GetContentLength(long contentLength)
Constructor |
|
GetContentLength(Status status)
Constructor |
|
| Method Summary | |
|---|---|
long |
getContentLength()
Returns content length |
void |
render(PrintWriter writer,
NamespacesProvider provider)
Renders the tag |
String |
toString()
|
| Methods inherited from class org.abstracthorizon.danube.webdav.xml.dav.response.properties.ResponseProperty |
|---|
getStatus |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String TAG_NAME
protected long contentLength
| Constructor Detail |
|---|
public GetContentLength(Status status)
status - statuspublic GetContentLength(long contentLength)
contentLength - content length| Method Detail |
|---|
public long getContentLength()
public String toString()
toString in class Object
public void render(PrintWriter writer,
NamespacesProvider provider)
writer - writerprovider - namespace provider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||