|
IP*Works! V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectipworks.DAVResource
public class DAVResource
A resource as returned in a directory listing from the WebDAV bean.
This type describes a resource that has been
returned by the server during a response to a ListDirectory
request. The davresource
type contains fields which describe each listing
as returned from the server.
ContentLanguage: This field shows the language of the resource being returned.
ContentLength: This field shows the length of the resource returned.
ContentType: This field shows the type of the resource being returned.
DisplayName: This field shows the name of the resource being listed.
LastModified: This field shows the date/time stamp of the last time the resource was modified.
ResourceURI: This field shows the URI of the resource being returned.
Atom
,
Atom.DAVResource
Constructor Summary | |
---|---|
DAVResource()
|
Method Summary | |
---|---|
java.lang.String |
getContentLanguage()
|
java.lang.String |
getContentLength()
|
java.lang.String |
getContentType()
|
java.lang.String |
getDisplayName()
|
java.lang.String |
getLastModified()
|
java.lang.String |
getResourceURI()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DAVResource()
Method Detail |
---|
public java.lang.String getContentLanguage()
public java.lang.String getContentLength()
public java.lang.String getContentType()
public java.lang.String getDisplayName()
public java.lang.String getLastModified()
public java.lang.String getResourceURI()
|
IP*Works! V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |