IP*Works! V9

ipworks
Class DAVResource

java.lang.Object
  extended by ipworks.DAVResource

public class DAVResource
extends java.lang.Object

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.

See Also:
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

DAVResource

public DAVResource()
Method Detail

getContentLanguage

public java.lang.String getContentLanguage()

getContentLength

public java.lang.String getContentLength()

getContentType

public java.lang.String getContentType()

getDisplayName

public java.lang.String getDisplayName()

getLastModified

public java.lang.String getLastModified()

getResourceURI

public java.lang.String getResourceURI()

IP*Works! V9

Copyright (c) 2013 /n software inc. - All rights reserved.