|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.abstracthorizon.danube.webdav.xml.dav.response.Propstat
public class Propstat
This class models WebDAV's propstat response tag
Field Summary | |
---|---|
protected ResponseProp |
prop
Request property |
protected Response |
response
Response this propstat belongs to |
protected ResponseDescription |
responsedescription
Response description |
protected Status |
status
Status |
static String |
TAG_NAME
Tag name |
Constructor Summary | |
---|---|
Propstat(Response response)
Constructor |
Method Summary | |
---|---|
ResponseProp |
getProp()
Returns response prop |
ResponseDescription |
getResponsedescription()
Returns response description |
Status |
getStatus()
Returns status |
void |
render(PrintWriter writer,
NamespacesProvider provider)
Renders the tag |
void |
setResponsedescription(ResponseDescription responsedescription)
Sets response description |
void |
setStatus(Status status)
Sets status |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String TAG_NAME
protected Response response
protected ResponseProp prop
protected Status status
protected ResponseDescription responsedescription
Constructor Detail |
---|
public Propstat(Response response)
response
- responseMethod Detail |
---|
public ResponseProp getProp()
public ResponseDescription getResponsedescription()
public void setResponsedescription(ResponseDescription responsedescription)
responsedescription
- response descriptionpublic Status getStatus()
public void setStatus(Status status)
status
- statuspublic void render(PrintWriter writer, NamespacesProvider provider)
render
in interface XMLRenderer
writer
- writerprovider
- namespace provider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |