|
||||||||||
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.ResponseDescription
public class ResponseDescription
This class models WebDAV's responsedescription tag
Field Summary | |
---|---|
protected String |
responseDescription
Response descirption |
static String |
TAG_NAME
Tag name |
Constructor Summary | |
---|---|
ResponseDescription(String responseDescription)
Constructor |
Method Summary | |
---|---|
String |
getResponseDescription()
Returns response description |
void |
render(PrintWriter writer,
NamespacesProvider provider)
Renders the tag |
String |
toString()
|
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 String responseDescription
Constructor Detail |
---|
public ResponseDescription(String responseDescription)
responseDescription
- response descriptionMethod Detail |
---|
public String getResponseDescription()
public String toString()
toString
in class Object
public 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 |