|
||||||||||
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.ResponseProp
public class ResponseProp
This class models WebDAV's response prop tag.
Field Summary | |
---|---|
protected List<ResponseProperty> |
properties
List of properties |
static String |
TAG_NAME
Tag name |
Constructor Summary | |
---|---|
ResponseProp()
Constructor |
Method Summary | |
---|---|
List<ResponseProperty> |
getProperties()
Returns a list of properties. |
void |
render(PrintWriter writer,
NamespacesProvider provider)
Renders the tag |
void |
renderWithNamespaces(PrintWriter writer,
NamespacesProvider provider)
Renders the tag with all namespaces. |
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 List<ResponseProperty> properties
Constructor Detail |
---|
public ResponseProp()
Method Detail |
---|
public List<ResponseProperty> getProperties()
public String toString()
toString
in class Object
public void render(PrintWriter writer, NamespacesProvider provider)
render
in interface XMLRenderer
writer
- writerprovider
- namespace providerpublic void renderWithNamespaces(PrintWriter writer, NamespacesProvider provider)
writer
- writerprovider
- namespace provider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |