|
||||||||||
| 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.ResourceType
public class ResourceType
This class models WebDAV's resourcetype response tag
| Field Summary | |
|---|---|
static Collection |
COLLECTION
Collection tag singleton |
protected XMLRenderer |
resourceType
Resource type |
static String |
TAG_NAME
Tag name |
| Fields inherited from class org.abstracthorizon.danube.webdav.xml.dav.response.properties.ResponseProperty |
|---|
status |
| Constructor Summary | |
|---|---|
ResourceType(boolean collection)
Constructor |
|
ResourceType(Status status)
Constructor |
|
ResourceType(XMLRenderer resourceType)
Constructor |
|
| Method Summary | |
|---|---|
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
public static final Collection COLLECTION
protected XMLRenderer resourceType
| Constructor Detail |
|---|
public ResourceType(Status status)
status - statuspublic ResourceType(boolean collection)
collection - collection flagpublic ResourceType(XMLRenderer resourceType)
resourceType - resource type| Method Detail |
|---|
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 | |||||||||