A B C D E F G H I L M N O P Q R S T U V W X

A

ABORT_TRANSACTION - Static variable in class org.apache.webdav.lib.methods.UnlockMethod
 
ACL - Static variable in class org.apache.webdav.lib.methods.OptionsMethod
ACL.
ADVANCED_COLLECTIONS - Static variable in class org.apache.webdav.lib.methods.OptionsMethod
Advanced collections.
ALL - Static variable in class org.apache.webdav.lib.Privilege
 
ALL - Static variable in class org.apache.webdav.lib.WebdavResource
The action setting the all properties for this resource.
ALL - Static variable in class org.apache.webdav.lib.methods.PropFindMethod
Request of all properties name and value.
ALL - Static variable in class org.apache.webdav.lib.methods.ReportMethod
Request of all properties name and value.
Ace - class org.apache.webdav.lib.Ace.
This interface models a DAV Access control entry.
Ace(String) - Constructor for class org.apache.webdav.lib.Ace
 
Ace(String, boolean, boolean, boolean, String) - Constructor for class org.apache.webdav.lib.Ace
 
AclMethod - class org.apache.webdav.lib.methods.AclMethod.
ACL Method.
AclMethod() - Constructor for class org.apache.webdav.lib.methods.AclMethod
Method constructor.
AclMethod(String) - Constructor for class org.apache.webdav.lib.methods.AclMethod
Method constructor.
AclProperty - class org.apache.webdav.lib.properties.AclProperty.
This interface models the <D:acl> property, which is defined in the WebDAV Access Control Protocol specification.
AclProperty(ResponseEntity, Element) - Constructor for class org.apache.webdav.lib.properties.AclProperty
Default constructor for the property.
AclReportMethod - class org.apache.webdav.lib.methods.AclReportMethod.
WebDAV Report method This class is used to send an report from the ACL specification.
AclReportMethod(String, Collection, int, int) - Constructor for class org.apache.webdav.lib.methods.AclReportMethod
 
abortTransaction() - Method in class org.apache.webdav.lib.WebdavResource
Aborts - i.e. rolls back all changes of - the transaction started by WebdavResource.startTransaction(String, int) and resets the transaction handle.
aces - Variable in class org.apache.webdav.lib.methods.AclMethod
 
aclMethod(String, Ace[]) - Method in class org.apache.webdav.lib.WebdavResource
Updates the resource with a new set of aces.
aclReportMethod(String, Collection, int) - Method in class org.apache.webdav.lib.WebdavResource
Execute REPORT method.
aclfindMethod() - Method in class org.apache.webdav.lib.WebdavResource
Return the AclProperty for the current resource
aclfindMethod(String) - Method in class org.apache.webdav.lib.WebdavResource
Return the AclProperty for the resource at the given path
addAce(Ace) - Method in class org.apache.webdav.lib.methods.AclMethod
Add an ace to the ace list which will be set by the method.
addInformation(String, String) - Method in class org.apache.webdav.lib.NotificationListener.Event
 
addLock(String, String) - Method in class org.apache.webdav.lib.WebdavState
Add a lock token.
addPrivilege(Privilege) - Method in class org.apache.webdav.lib.Ace
Add privilege.
addPropertyToRemove(String) - Method in class org.apache.webdav.lib.methods.PropPatchMethod
Add property to remove.
addPropertyToRemove(String, String, String) - Method in class org.apache.webdav.lib.methods.PropPatchMethod
Add property to remove.
addPropertyToSet(String, String) - Method in class org.apache.webdav.lib.methods.PropPatchMethod
Add a new property to set.
addPropertyToSet(String, String, String, String) - Method in class org.apache.webdav.lib.methods.PropPatchMethod
Add a new property to set.
addRequestHeader(String, String) - Method in class org.apache.webdav.lib.WebdavResource
Add a header in the request sent to the webdav server
addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.AclMethod
Generate additional headers needed by the request.
addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.AclReportMethod
Generate additional headers needed by the request.
addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.BindMethod
Generate additional headers needed by the request.
addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.CopyMethod
Generate additional headers needed by the request.
addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.LabelMethod
Generate the protocol headers.
addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.LockMethod
Generate additional headers needed by the request.
addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.MoveMethod
Generate additional headers needed by the request.
addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.OptionsMethod
 
addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.PollMethod
 
addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.PropFindMethod
Generate additional headers needed by the request.
addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.PropPatchMethod
Generate additional headers needed by the request.
addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.RebindMethod
Generate additional headers needed by the request.
addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.ReportMethod
Generate additional headers needed by the request.
addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.SearchMethod
Generate additional headers needed by the request.
addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.SubscribeMethod
 
addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.UnlockMethod
Generate additional headers needed by the request.
addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.UnsubscribeMethod
 
addResource(String, WebdavResource) - Method in class org.apache.webdav.lib.WebdavResources
Maps the resource name to its resource.
addResource(WebdavResource) - Method in class org.apache.webdav.lib.WebdavResources
Add the specified resource.
addSubscriptionId(int) - Method in class org.apache.webdav.lib.methods.PollMethod
Adds an ID for a subscription that is to be polled.
addSubscriptionId(int) - Method in class org.apache.webdav.lib.methods.UnsubscribeMethod
Adds an ID for a subscription that is to be withdrawn.
allowedMethods - Variable in class org.apache.webdav.lib.WebdavResource
The allowed HTTP methods.

B

BASIC - Static variable in class org.apache.webdav.lib.WebdavResource
The action setting the basic properties for this resource.
BY_NAME - Static variable in class org.apache.webdav.lib.methods.PropFindMethod
Request of named properties.
BaseProperty - class org.apache.webdav.lib.BaseProperty.
This interface models a DAV property.
BaseProperty(ResponseEntity, Element) - Constructor for class org.apache.webdav.lib.BaseProperty
Default constructor for the property.
BindMethod - class org.apache.webdav.lib.methods.BindMethod.
The BIND method modifies the collection identified by the Request-URI, by adding a new binding from the segment specified in the BIND body to the resource identified in the BIND body.
BindMethod() - Constructor for class org.apache.webdav.lib.methods.BindMethod
Method constructor.
BindMethod(String, String) - Constructor for class org.apache.webdav.lib.methods.BindMethod
 
bindMethod(String) - Method in class org.apache.webdav.lib.WebdavResource
Execute the BIND method for this WebdavResource, given an existing path to bind with.
bindMethod(String, String) - Method in class org.apache.webdav.lib.WebdavResource
Execute the BIND method given the new path to bind to an existing path.
buffer - Variable in class org.apache.webdav.lib.util.XMLPrinter
Buffer.
builder - Variable in class org.apache.webdav.lib.methods.XMLResponseMethodBase
Document builder.

C

CLOSING - Static variable in class org.apache.webdav.lib.util.XMLPrinter
Closing tag.
COMMIT_TRANSACTION - Static variable in class org.apache.webdav.lib.methods.UnlockMethod
 
CREATIONDATE - Static variable in class org.apache.webdav.lib.WebdavResource
The creationdate property.
CheckedinProperty - class org.apache.webdav.lib.properties.CheckedinProperty.
This interface models the <D:checked-in> property, which is defined in the WebDAV Access Control Protocol specification.
CheckedinProperty(ResponseEntity, Element) - Constructor for class org.apache.webdav.lib.properties.CheckedinProperty
Default constructor for the property.
CheckedoutProperty - class org.apache.webdav.lib.properties.CheckedoutProperty.
This interface models the <D:checked-in> property, which is defined in the WebDAV Access Control Protocol specification.
CheckedoutProperty(ResponseEntity, Element) - Constructor for class org.apache.webdav.lib.properties.CheckedoutProperty
Default constructor for the property.
CheckinMethod - class org.apache.webdav.lib.methods.CheckinMethod.
The CHECKIN method can be applied to a checked-out version-controlled resource to produce a new version whose content and dead properties are copied from the checked-out resource.
CheckinMethod() - Constructor for class org.apache.webdav.lib.methods.CheckinMethod
Method constructor.
CheckinMethod(String) - Constructor for class org.apache.webdav.lib.methods.CheckinMethod
Method constructor.
CheckoutMethod - class org.apache.webdav.lib.methods.CheckoutMethod.
The Checkout method can be applied to a checked-in version-controlled resource.
CheckoutMethod() - Constructor for class org.apache.webdav.lib.methods.CheckoutMethod
Method constructor.
CheckoutMethod(String) - Constructor for class org.apache.webdav.lib.methods.CheckoutMethod
Method constructor.
Constants - class org.apache.webdav.lib.Constants.
Constants used by the WebDAV client library.
Constants() - Constructor for class org.apache.webdav.lib.Constants
 
CopyMethod - class org.apache.webdav.lib.methods.CopyMethod.
COPY Method.
CopyMethod() - Constructor for class org.apache.webdav.lib.methods.CopyMethod
Method constructor.
CopyMethod(String) - Constructor for class org.apache.webdav.lib.methods.CopyMethod
Method constructor.
CopyMethod(String, String) - Constructor for class org.apache.webdav.lib.methods.CopyMethod
Method constructor.
CopyMethod(String, String, boolean) - Constructor for class org.apache.webdav.lib.methods.CopyMethod
Method constructor.
CopyMethod(String, String, boolean, int) - Constructor for class org.apache.webdav.lib.methods.CopyMethod
 
CreationDateProperty - class org.apache.webdav.lib.properties.CreationDateProperty.
DAV:creationdate property
CreationDateProperty(ResponseEntity, Element) - Constructor for class org.apache.webdav.lib.properties.CreationDateProperty
 
CurrentUserPrivilegeSetProperty - class org.apache.webdav.lib.properties.CurrentUserPrivilegeSetProperty.
Title: CurrentUserPrivilegeSetProperty.java Description: Company: SpeedLegal Holdings Inc.
CurrentUserPrivilegeSetProperty(ResponseEntity, Element) - Constructor for class org.apache.webdav.lib.properties.CurrentUserPrivilegeSetProperty
Default constructor for the property.
canRead() - Method in class org.apache.webdav.lib.WebdavFile
 
canWrite() - Method in class org.apache.webdav.lib.WebdavFile
 
canonical - Variable in class org.apache.webdav.lib.util.DOMWriter
Canonical output.
canonical - Variable in class org.apache.webdav.lib.util.PropertyWriter
Canonical output.
checkinMethod() - Method in class org.apache.webdav.lib.WebdavResource
Execute the CHECKIN method for this WebdavResource.
checkinMethod(String) - Method in class org.apache.webdav.lib.WebdavResource
Execute the CHECKIN method for the given path.
checkoutMethod() - Method in class org.apache.webdav.lib.WebdavResource
Execute the CHECKOUT method for this WebdavResource.
checkoutMethod(String) - Method in class org.apache.webdav.lib.WebdavResource
Execute the CHECKOUT method for the given path.
childResources - Variable in class org.apache.webdav.lib.WebdavResource
Table of the hrefs gotten in a collection.
clearPrivileges() - Method in class org.apache.webdav.lib.Ace
Clear privileges.
client - Variable in class org.apache.webdav.lib.WebdavSession
The Http client instance.
close() - Method in class org.apache.webdav.lib.WebdavResource
Close the session of this client
closeSession() - Method in class org.apache.webdav.lib.WebdavSession
Close an session and delete the connection information.
closeSession(HttpClient) - Method in class org.apache.webdav.lib.WebdavSession
Deprecated. Replaced by closeSession()
commitTransaction() - Method in class org.apache.webdav.lib.WebdavResource
Commits the transaction started by WebdavResource.startTransaction(String, int) and resets the transaction handle.
compareTo(File) - Method in class org.apache.webdav.lib.WebdavFile
 
compareTo(Object) - Method in class org.apache.webdav.lib.WebdavFile
 
compareTo(Object) - Method in class org.apache.webdav.lib.WebdavResource
Compare to the given another object.
compareToWebdavResource(WebdavResource) - Method in class org.apache.webdav.lib.WebdavResource
Compare to the WebdavResource object.
convert(String) - Static method in class org.apache.webdav.lib.util.MIME2Java
Convert a MIME charset name, also known as an XML encoding name, to a Java encoding name.
convertElementToProperty(XMLResponseMethodBase.Response, Element) - Static method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
This method creates a property implementation from an element.
copyMethod(String) - Method in class org.apache.webdav.lib.WebdavResource
Execute the COPY method for the given destination path.
copyMethod(String, String) - Method in class org.apache.webdav.lib.WebdavResource
Execute the COPY method the given source and destination.
create(ResponseEntity, Element) - Static method in class org.apache.webdav.lib.properties.PropertyFactory
Creates a new property from an xml element provided in an WebDAV response.
createNewFile() - Method in class org.apache.webdav.lib.WebdavFile
 
createTempFile(String, String, File) - Static method in class org.apache.webdav.lib.WebdavFile
todo
createTempFile(String, String) - Static method in class org.apache.webdav.lib.WebdavFile
todo
createWebdavResource(HttpClient) - Method in class org.apache.webdav.lib.WebdavResource
Create a new WebdavResource object (as a seperate method so that it can be overridden by subclasses.
creationDate - Variable in class org.apache.webdav.lib.WebdavResource
An WebDAV property, creationdate.

D

DASL - Static variable in class org.apache.webdav.lib.methods.OptionsMethod
DASL.
DATE_FORMAT - Static variable in class org.apache.webdav.lib.properties.GetLastModifiedProperty
Deprecated.  
DAV - Static variable in class org.apache.webdav.lib.Constants
 
DAV_LEVEL1 - Static variable in class org.apache.webdav.lib.methods.OptionsMethod
DAV level 1.
DAV_LEVEL2 - Static variable in class org.apache.webdav.lib.methods.OptionsMethod
DAV level 2.
DEFAULT - Static variable in class org.apache.webdav.lib.WebdavResource
The action setting the default DAV properties for this resource.
DELETE_NOTIFICATION - Static variable in class org.apache.webdav.lib.Subscription
 
DELTAV - Static variable in class org.apache.webdav.lib.methods.OptionsMethod
Delta V.
DEPTH_0 - Static variable in interface org.apache.webdav.lib.methods.DepthSupport
Request with depth 0.
DEPTH_1 - Static variable in interface org.apache.webdav.lib.methods.DepthSupport
Request with depth 1.
DEPTH_INFINITY - Static variable in interface org.apache.webdav.lib.methods.DepthSupport
Request with depth infinity.
DISPLAYNAME - Static variable in class org.apache.webdav.lib.WebdavResource
The displayname property.
DOMUtils - class org.apache.webdav.lib.util.DOMUtils.
This class provides some basic utility methods for working with XML Document objects.
DOMUtils() - Constructor for class org.apache.webdav.lib.util.DOMUtils
 
DOMUtils.NodeListImpl - class org.apache.webdav.lib.util.DOMUtils.NodeListImpl.
This class provides an implementation of NodeList, which is used by the getElementsByTagNameNS() method.
DOMUtils.NodeListImpl(Vector) - Constructor for class org.apache.webdav.lib.util.DOMUtils.NodeListImpl
 
DOMWriter - class org.apache.webdav.lib.util.DOMWriter.
 
DOMWriter(String, boolean) - Constructor for class org.apache.webdav.lib.util.DOMWriter
 
DOMWriter(boolean) - Constructor for class org.apache.webdav.lib.util.DOMWriter
Default constructor.
DOMWriter(Writer, boolean) - Constructor for class org.apache.webdav.lib.util.DOMWriter
 
DateProperty - class org.apache.webdav.lib.properties.DateProperty.
Base for all properties that contain date values.
DateProperty(ResponseEntity, Element) - Constructor for class org.apache.webdav.lib.properties.DateProperty
 
DeleteMethod - class org.apache.webdav.lib.methods.DeleteMethod.
DELETE Method.
DeleteMethod() - Constructor for class org.apache.webdav.lib.methods.DeleteMethod
Method constructor.
DeleteMethod(String) - Constructor for class org.apache.webdav.lib.methods.DeleteMethod
Method constructor.
DepthSupport - interface org.apache.webdav.lib.methods.DepthSupport.
Methods that can act on collections (for example, DELETE, LOCK, PROPFIND, etc.) support a depth header.
davCapabilities - Variable in class org.apache.webdav.lib.WebdavResource
The capabilities of the WebDAV server.
davSeparator - Static variable in class org.apache.webdav.lib.WebdavFile
Directory separator
davSeparatorChar - Static variable in class org.apache.webdav.lib.WebdavFile
Directory separator
debug - Variable in class org.apache.webdav.lib.WebdavSession
Debug level.
defaultAction - Static variable in class org.apache.webdav.lib.WebdavResource
The default action to find properties.
defaultDepth - Static variable in class org.apache.webdav.lib.WebdavResource
The default depth for WebDAV methods.
defaultOwner - Static variable in class org.apache.webdav.lib.WebdavResource
Owner information for locking and unlocking.
delete() - Method in class org.apache.webdav.lib.WebdavFile
 
deleteMethod() - Method in class org.apache.webdav.lib.WebdavResource
Execute the DELETE method for this WebdavResource.
deleteMethod(String) - Method in class org.apache.webdav.lib.WebdavResource
Execute the DELETE method for the given path.
deleteOnExit() - Method in class org.apache.webdav.lib.WebdavFile
 
depth - Variable in class org.apache.webdav.lib.Lock
 
depth - Variable in class org.apache.webdav.lib.methods.PropFindMethod
Depth.
depth - Variable in class org.apache.webdav.lib.methods.ReportMethod
Depth.
discoverLock(String, String, WebdavState) - Method in class org.apache.webdav.lib.WebdavResource
Discover the given owner and locktoken and set the locktoken
discoverOwnLocks() - Method in class org.apache.webdav.lib.WebdavResource
Discover and refresh lock tokens.
discoverOwnLocks(String) - Method in class org.apache.webdav.lib.WebdavResource
Discover and refresh lock tokens for a specific owner.
displayName - Variable in class org.apache.webdav.lib.WebdavResource
An WebDAV property, displayname.

E

element - Variable in class org.apache.webdav.lib.BaseProperty
Associated node element.
endTransaction(String, int) - Method in class org.apache.webdav.lib.WebdavResource
 
enumeratePrivileges() - Method in class org.apache.webdav.lib.Ace
Enumerate privileges.
equals(Object) - Method in class org.apache.webdav.lib.Ace
 
equals(Object) - Method in class org.apache.webdav.lib.Privilege
Equals.
equals(Object) - Method in class org.apache.webdav.lib.WebdavFile
 
equals(Object) - Method in class org.apache.webdav.lib.WebdavResource
Test the object.
equals(Object) - Method in class org.apache.webdav.lib.util.QName
 
executeHttpRequestMethod(HttpClient, HttpMethod) - Method in class org.apache.webdav.lib.WebdavResource
Execute the http request method.
exists() - Method in class org.apache.webdav.lib.WebdavFile
 
exists - Variable in class org.apache.webdav.lib.WebdavResource
An WebdavResource flag to check its existence;
exists() - Method in class org.apache.webdav.lib.WebdavResource
Returns the last known information about the existence of this resource.

F

FALSE - Static variable in class org.apache.webdav.lib.WebdavResource
The false constant string.
findDavPrefix(Document) - Static method in class org.apache.webdav.lib.util.DOMUtils
Deprecated.  
fireEvent(Map, Credentials) - Method in class org.apache.webdav.lib.NotificationListener
 
fireEvent(NotificationListener.EventMethod, Credentials) - Method in class org.apache.webdav.lib.NotificationListener
 
fireEvent(int, Map) - Method in class org.apache.webdav.lib.NotificationListener
 
fireVetoableEvent(Map, Credentials) - Method in class org.apache.webdav.lib.NotificationListener
 
followRedirects - Variable in class org.apache.webdav.lib.WebdavResource
 
formats - Static variable in class org.apache.webdav.lib.WebdavResource
Date formats using for Date parsing.

G

GETCONTENTLANGUAGE - Static variable in class org.apache.webdav.lib.WebdavResource
The getcontentlanguage property.
GETCONTENTLENGTH - Static variable in class org.apache.webdav.lib.WebdavResource
The getcontentlength property.
GETCONTENTTYPE - Static variable in class org.apache.webdav.lib.WebdavResource
The getcontenttype property.
GETETAG - Static variable in class org.apache.webdav.lib.WebdavResource
The getetag property.
GETLASTMODIFIED - Static variable in class org.apache.webdav.lib.WebdavResource
The getlastmodifed property.
GetContentLengthProperty - class org.apache.webdav.lib.properties.GetContentLengthProperty.
 
GetContentLengthProperty(ResponseEntity, Element) - Constructor for class org.apache.webdav.lib.properties.GetContentLengthProperty
 
GetLastModifiedProperty - class org.apache.webdav.lib.properties.GetLastModifiedProperty.
This interface models the <D:getlastmodified> property, which indicates the last time the resource was modified.
GetLastModifiedProperty(ResponseEntity, Element) - Constructor for class org.apache.webdav.lib.properties.GetLastModifiedProperty
Default constructor for the property.
generateAdditionalHeaders(HttpMethod) - Method in class org.apache.webdav.lib.WebdavResource
Add all additionals headers that have been previously registered with addRequestHeader to the method
generateIfHeader(HttpMethod) - Method in class org.apache.webdav.lib.WebdavResource
Generate and add the If header to the specified HTTP method.
generateRequestBody() - Method in class org.apache.webdav.lib.methods.AclMethod
DAV requests that contain a body must override this function to generate that body.
generateRequestBody() - Method in class org.apache.webdav.lib.methods.AclReportMethod
 
generateRequestBody() - Method in class org.apache.webdav.lib.methods.BindMethod
DAV requests that contain a body must override this function to generate that body.
generateRequestBody() - Method in class org.apache.webdav.lib.methods.LabelMethod
DAV requests that contain a body must override this function to generate that body.
generateRequestBody() - Method in class org.apache.webdav.lib.methods.LockMethod
DAV requests that contain a body must override this function to generate that body.
generateRequestBody() - Method in class org.apache.webdav.lib.methods.OptionsMethod
DAV requests that contain a body must override this function to generate that body.
generateRequestBody() - Method in class org.apache.webdav.lib.methods.PropFindMethod
DAV requests that contain a body must override this function to generate that body.
generateRequestBody() - Method in class org.apache.webdav.lib.methods.PropPatchMethod
DAV requests that contain a body must override this function to generate that body.
generateRequestBody() - Method in class org.apache.webdav.lib.methods.RebindMethod
DAV requests that contain a body must override this function to generate that body.
generateRequestBody() - Method in class org.apache.webdav.lib.methods.ReportMethod
DAV requests that contain a body must override this function to generate that body.
generateRequestBody() - Method in class org.apache.webdav.lib.methods.SearchMethod
DAV requests that contain a body must override this function to generate that body.
generateRequestBody() - Method in class org.apache.webdav.lib.methods.UnbindMethod
DAV requests that contain a body must override this function to generate that body.
generateRequestBody() - Method in class org.apache.webdav.lib.methods.UnlockMethod
 
generateRequestBody() - Method in class org.apache.webdav.lib.methods.UpdateMethod
DAV requests that contain a body must override this function to generate that body.
generateRequestBody() - Method in class org.apache.webdav.lib.methods.VersionControlMethod
DAV requests that contain a body must override this function to generate that body.
generateRequestBody() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
DAV requests that contain a body must override this function to generate that body.
generateTransactionHeader(HttpMethod) - Method in class org.apache.webdav.lib.WebdavResource
Generates and adds the "Transaction" header if this method is part of an externally controlled transaction.
getAbsoluteDestination(HttpConnection, String) - Static method in class org.apache.webdav.lib.methods.MoveMethod
A client of the MoveMethod can specify a destination as either an absolute URL (possibly to a different server), or as a absolute path on the same server, but this function makes sure that the path sent to the server is always an absolute URL.
getAbsoluteFile() - Method in class org.apache.webdav.lib.WebdavFile
 
getAbsolutePath() - Method in class org.apache.webdav.lib.WebdavFile
 
getAces() - Method in class org.apache.webdav.lib.properties.AclProperty
Returns the Aces present in this acl property.
getActiveLockOwners() - Method in class org.apache.webdav.lib.WebdavResource
Get the activelock owners for this resource.
getActiveLocks() - Method in class org.apache.webdav.lib.properties.LockDiscoveryProperty
Get the activelock in this lockdiscovery property.
getAllLocks(String) - Method in class org.apache.webdav.lib.WebdavState
Get all locks scoped to that uri.
getAllResponseURLs() - Method in class org.apache.webdav.lib.methods.OptionsMethod
This method returns an enumeration of URL paths.
getAllResponseURLs() - Method in class org.apache.webdav.lib.methods.PropFindMethod
This method returns an enumeration of URL paths.
getAllResponseURLs() - Method in class org.apache.webdav.lib.methods.ReportMethod
This method returns an enumeration of URL paths.
getAllResponseURLs() - Method in class org.apache.webdav.lib.methods.SearchMethod
This method returns an enumeration of URL paths.
getAllowedMethods() - Method in class org.apache.webdav.lib.WebdavResource
Get the allowed methods, checked by HTTP OPTIONS.
getAllowedMethods() - Method in class org.apache.webdav.lib.methods.OptionsMethod
Get a list of allowed methods.
getCallback() - Method in class org.apache.webdav.lib.Subscription
 
getCallback() - Method in class org.apache.webdav.lib.methods.SubscribeMethod
 
getCanonicalFile() - Method in class org.apache.webdav.lib.WebdavFile
 
getCanonicalPath() - Method in class org.apache.webdav.lib.WebdavFile
 
getChildElementsByTagNameNS(Vector, Node, String, String) - Static method in class org.apache.webdav.lib.util.DOMUtils
 
getChildResources() - Method in class org.apache.webdav.lib.WebdavResource
Get all resources in this collection with the depth 1.
getContentLength - Variable in class org.apache.webdav.lib.WebdavResource
An WebDAV property, getcontentlength.
getContentLocation() - Method in class org.apache.webdav.lib.Subscription
 
getContentType - Variable in class org.apache.webdav.lib.WebdavResource
An WebDAV property, getcontenttype.
getCreationDate() - Method in class org.apache.webdav.lib.WebdavResource
Get the value of DAV property, creationdate.
getDate() - Method in class org.apache.webdav.lib.properties.DateProperty
Returns the date value.
getDavCapabilities() - Method in class org.apache.webdav.lib.WebdavResource
Get the WebDAV capabilities, checked by HTTP OPTIONS.
getDavCapabilities() - Method in class org.apache.webdav.lib.methods.OptionsMethod
Get a list of supported DAV capabilities.
getDebug() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
Debug property getter.
getDefaultAction() - Static method in class org.apache.webdav.lib.WebdavResource
Get the default action.
getDefaultDepth() - Static method in class org.apache.webdav.lib.WebdavResource
Get the default action.
getDepth() - Method in class org.apache.webdav.lib.Lock
Get the value of the depth.
getDepth() - Method in class org.apache.webdav.lib.methods.AclReportMethod
 
getDepth() - Method in class org.apache.webdav.lib.methods.CopyMethod
Depth getter.
getDepth() - Method in interface org.apache.webdav.lib.methods.DepthSupport
Depth getter.
getDepth() - Method in class org.apache.webdav.lib.methods.LockMethod
Depth getter.
getDepth() - Method in class org.apache.webdav.lib.methods.PropFindMethod
Depth getter.
getDepth() - Method in class org.apache.webdav.lib.methods.ReportMethod
Depth getter.
getDepth() - Method in class org.apache.webdav.lib.methods.SubscribeMethod
 
getDepth() - Method in class org.apache.webdav.lib.methods.VersionControlMethod
 
getDestination() - Method in class org.apache.webdav.lib.methods.CopyMethod
Destination getter.
getDestination() - Method in class org.apache.webdav.lib.methods.MoveMethod
Destination getter.
getDisplayName() - Method in class org.apache.webdav.lib.WebdavResource
Get the value of DAV property, displayname.
getElement() - Method in class org.apache.webdav.lib.BaseProperty
This method returns the property as a DOM Element.
getElement() - Method in interface org.apache.webdav.lib.Property
This method returns the property as a DOM Element.
getElementLocalName(Element) - Static method in class org.apache.webdav.lib.util.DOMUtils
 
getElementNamespaceURI(Element) - Static method in class org.apache.webdav.lib.util.DOMUtils
 
getElementsByNSParameterTypes - Static variable in class org.apache.webdav.lib.util.DOMUtils
 
getElementsByTagNameNS(Node, String, String) - Static method in class org.apache.webdav.lib.util.DOMUtils
 
getEtag - Variable in class org.apache.webdav.lib.WebdavResource
An WebDAV property, getetag.
getExistence() - Method in class org.apache.webdav.lib.WebdavResource
Returns the last known information about the existence of this resource.
getFirstElement(String, String) - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.ResponseWithinMultistatus
 
getFirstElement(Node, String, String) - Static method in class org.apache.webdav.lib.util.DOMUtils
Get the first element matched with the given namespace and name.
getFollowRedirects() - Method in class org.apache.webdav.lib.WebdavResource
Returns the current "follow redirects" flag.
getGetContentLength() - Method in class org.apache.webdav.lib.WebdavResource
Get the value of DAV property, getcontentlength.
getGetContentType() - Method in class org.apache.webdav.lib.WebdavResource
Get the value of DAV property, getcontenttype.
getGetEtag() - Method in class org.apache.webdav.lib.WebdavResource
Get the value of DAV property, getetag.
getGetLastModified() - Method in class org.apache.webdav.lib.WebdavResource
Get the value of DAV property, getlastmodified.
getGetTempDir() - Static method in class org.apache.webdav.lib.WebdavResource
Deprecated. The returned directory is not used by the GET method.
getGetUseDisk() - Static method in class org.apache.webdav.lib.WebdavResource
Deprecated. This method always returns false.
getHistories() - Method in interface org.apache.webdav.lib.ResponseEntity
Get the properties in the response XML element.
getHistories() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.OptionsResponse
 
getHistories() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
 
getHost() - Method in class org.apache.webdav.lib.WebdavResource
Get the hostname of this WebdavResource.
getHref() - Method in interface org.apache.webdav.lib.ResponseEntity
Get the href string in the response XML element.
getHref() - Method in class org.apache.webdav.lib.methods.BindMethod
 
getHref() - Method in class org.apache.webdav.lib.methods.RebindMethod
 
getHref() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
 
getHref() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.ResponseWithinMultistatus
 
getHref() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.SingleResponse
 
getHref() - Method in class org.apache.webdav.lib.properties.HrefValuedProperty
Returns the value of the href element.
getHrefs() - Method in class org.apache.webdav.lib.properties.PrincipalCollectionSetProperty
Returns the Hrefs present in this principal-collection-set property.
getHttpURL() - Method in class org.apache.webdav.lib.WebdavResource
Get the HttpURL of this WebdavResource.
getHttpURLExceptForUserInfo() - Method in class org.apache.webdav.lib.WebdavResource
Get the HttpURL except for userinfo.
getId() - Method in class org.apache.webdav.lib.NotificationListener.Event
 
getId() - Method in class org.apache.webdav.lib.Subscription
 
getInformation() - Method in class org.apache.webdav.lib.NotificationListener.Event
 
getInheritedFrom() - Method in class org.apache.webdav.lib.Ace
Inherited from accessor.
getIsCollection() - Method in class org.apache.webdav.lib.WebdavResource
Get the value of DAV property, iscollection
getIsHidden() - Method in class org.apache.webdav.lib.WebdavResource
Get the value of DAV property, ishidden.
getLabelName() - Method in class org.apache.webdav.lib.methods.LabelMethod
Get the label-name this action will manipulate.
getLastModified - Variable in class org.apache.webdav.lib.WebdavResource
An WebDAV property, getlastmodified.
getLength() - Method in class org.apache.webdav.lib.properties.GetContentLengthProperty
Get the content length.
getLength() - Method in class org.apache.webdav.lib.util.DOMUtils.NodeListImpl
 
getLifetime() - Method in class org.apache.webdav.lib.Subscription
 
getLocalName() - Method in class org.apache.webdav.lib.BaseProperty
This method returns the local name of the property.
getLocalName() - Method in interface org.apache.webdav.lib.Property
This method returns the local name of the property.
getLocalName() - Method in class org.apache.webdav.lib.util.QName
 
getLock(String) - Method in class org.apache.webdav.lib.WebdavState
Get lock
getLockDiscovery() - Method in class org.apache.webdav.lib.WebdavResource
Get the value of DAV property, lockdiscovery.
getLockEntries() - Method in class org.apache.webdav.lib.properties.SupportedLockProperty
Get the lockentry in this supportedlock property.
getLockScope() - Method in class org.apache.webdav.lib.Lock
Get whether a lock is an exclusive lock, or a shared lock.
getLockToken() - Method in class org.apache.webdav.lib.Lock
Get the access type of a lock.
getLockToken() - Method in class org.apache.webdav.lib.methods.LockMethod
 
getLockType() - Method in class org.apache.webdav.lib.Lock
Get the access type of a lock.
getLocks(String) - Method in class org.apache.webdav.lib.WebdavState
Deprecated.  
getMethod(File) - Method in class org.apache.webdav.lib.WebdavResource
Execute the GET method for this WebdavResource path.
getMethod(String, File) - Method in class org.apache.webdav.lib.WebdavResource
Execute the GET method for the given path.
getMethodData() - Method in class org.apache.webdav.lib.WebdavResource
Get InputStream for the GET method.
getMethodData(String) - Method in class org.apache.webdav.lib.WebdavResource
Get InputStream for the GET method for the given path.
getMethodDataAsString() - Method in class org.apache.webdav.lib.WebdavResource
Get data as a String for the GET method.
getMethodDataAsString(String) - Method in class org.apache.webdav.lib.WebdavResource
Get data as a String for the GET method for the given path.
getName() - Method in class org.apache.webdav.lib.BaseProperty
This method returns the full name of the property.
getName() - Method in class org.apache.webdav.lib.Privilege
Name accessor.
getName() - Method in interface org.apache.webdav.lib.Property
This method returns the full name of the property.
getName() - Method in class org.apache.webdav.lib.WebdavFile
 
getName() - Method in class org.apache.webdav.lib.WebdavResource
Get the name of this WebdavResource.
getName() - Method in class org.apache.webdav.lib.methods.AclMethod
 
getName() - Method in class org.apache.webdav.lib.methods.AclReportMethod
 
getName() - Method in class org.apache.webdav.lib.methods.BindMethod
 
getName() - Method in class org.apache.webdav.lib.methods.CheckinMethod
 
getName() - Method in class org.apache.webdav.lib.methods.CheckoutMethod
 
getName() - Method in class org.apache.webdav.lib.methods.CopyMethod
 
getName() - Method in class org.apache.webdav.lib.methods.DeleteMethod
 
getName() - Method in class org.apache.webdav.lib.methods.LabelMethod
 
getName() - Method in class org.apache.webdav.lib.methods.LockMethod
 
getName() - Method in class org.apache.webdav.lib.methods.MkWorkspaceMethod
 
getName() - Method in class org.apache.webdav.lib.methods.MkcolMethod
 
getName() - Method in class org.apache.webdav.lib.methods.MoveMethod
 
getName() - Method in class org.apache.webdav.lib.methods.OptionsMethod
 
getName() - Method in class org.apache.webdav.lib.methods.PollMethod
 
getName() - Method in class org.apache.webdav.lib.methods.PropFindMethod
 
getName() - Method in class org.apache.webdav.lib.methods.PropPatchMethod
 
getName() - Method in class org.apache.webdav.lib.methods.RebindMethod
 
getName() - Method in class org.apache.webdav.lib.methods.ReportMethod
 
getName() - Method in class org.apache.webdav.lib.methods.SearchMethod
 
getName() - Method in class org.apache.webdav.lib.methods.SubscribeMethod
 
getName() - Method in class org.apache.webdav.lib.methods.UnbindMethod
 
getName() - Method in class org.apache.webdav.lib.methods.UncheckoutMethod
 
getName() - Method in class org.apache.webdav.lib.methods.UnlockMethod
 
getName() - Method in class org.apache.webdav.lib.methods.UnsubscribeMethod
 
getName() - Method in class org.apache.webdav.lib.methods.UpdateMethod
 
getName() - Method in class org.apache.webdav.lib.methods.VersionControlMethod
 
getNamespace() - Method in class org.apache.webdav.lib.Privilege
Namespace accessor.
getNamespaceURI() - Method in class org.apache.webdav.lib.BaseProperty
This method returns the namespace of the property.
getNamespaceURI() - Method in interface org.apache.webdav.lib.Property
This method returns the namespace of the property.
getNamespaceURI() - Method in class org.apache.webdav.lib.util.QName
 
getNotificationDelay() - Method in class org.apache.webdav.lib.methods.SubscribeMethod
 
getNotificationType() - Method in class org.apache.webdav.lib.Subscription
 
getNotificationType() - Method in class org.apache.webdav.lib.methods.SubscribeMethod
 
getOverwrite() - Method in class org.apache.webdav.lib.WebdavResource
Get the current value of the overwrite flag for COPY, MOVE, BIND and REBIND.
getOverwrite() - Method in class org.apache.webdav.lib.methods.CopyMethod
Overwrite getter.
getOverwrite() - Method in class org.apache.webdav.lib.methods.MoveMethod
Overwrite getter.
getOwner() - Method in class org.apache.webdav.lib.Lock
Get information about the principal taking out a lock.
getOwner() - Method in class org.apache.webdav.lib.WebdavResource
Get the owner string, as used for locking purposes.
getOwner() - Method in class org.apache.webdav.lib.methods.LockMethod
Return the owner of the lock as reported by the server.
getOwningURL() - Method in class org.apache.webdav.lib.BaseProperty
This method returns URL file path of the resource to which this property belongs.
getOwningURL() - Method in interface org.apache.webdav.lib.Property
This method returns URL file path of the resource to which this property belongs.
getParameter() - Method in class org.apache.webdav.lib.Privilege
Parameter accessor.
getParent() - Method in class org.apache.webdav.lib.WebdavFile
 
getParentFile() - Method in class org.apache.webdav.lib.WebdavFile
 
getPass() - Method in class org.apache.webdav.lib.WebdavFile
 
getPath() - Method in class org.apache.webdav.lib.Subscription
 
getPath() - Method in class org.apache.webdav.lib.WebdavFile
 
getPath() - Method in class org.apache.webdav.lib.WebdavResource
Get the path part of this WebdavResource.
getPrincipal() - Method in class org.apache.webdav.lib.Ace
Principal accessor.
getPrincipalUrl() - Method in class org.apache.webdav.lib.Lock
Get the principal-URL property of the lock, if one.
getProperties() - Method in interface org.apache.webdav.lib.ResponseEntity
Get the properties in the response XML element.
getProperties() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
 
getProperty() - Method in class org.apache.webdav.lib.Ace
Property accessor.
getPropertyAsString() - Method in class org.apache.webdav.lib.BaseProperty
This method returns the value of the property.
getPropertyAsString() - Method in interface org.apache.webdav.lib.Property
This method returns the namespace of the property.
getPropertyAsString() - Method in class org.apache.webdav.lib.properties.AclProperty
 
getPropertyAsString() - Method in class org.apache.webdav.lib.properties.CurrentUserPrivilegeSetProperty
 
getPropertyAsString() - Method in class org.apache.webdav.lib.properties.HrefValuedProperty
 
getPropertyAsString() - Method in class org.apache.webdav.lib.properties.LockDiscoveryProperty
 
getPropertyAsString() - Method in class org.apache.webdav.lib.properties.PrincipalCollectionSetProperty
 
getPropertyAsString() - Method in class org.apache.webdav.lib.properties.ResourceTypeProperty
This method returns the value of the property.
getPropertyAsString() - Method in class org.apache.webdav.lib.properties.SupportedLockProperty
 
getRequestContentLength() - Method in class org.apache.webdav.lib.methods.HttpRequestBodyMethodBase
Override the method of HttpMethodBase to return the appropriate content length.
getRequestContentLength() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
Return the length (in bytes) of my request body, suitable for use in a Content-Length header.
getResource(String) - Method in class org.apache.webdav.lib.WebdavResources
Get an resource.
getResourceNames() - Method in class org.apache.webdav.lib.WebdavResources
Get an enumeration of the resource names.
getResourceType() - Method in class org.apache.webdav.lib.WebdavResource
Get the value of DAV property, resourcetype.
getResources() - Method in class org.apache.webdav.lib.WebdavResources
Get an enumeration of the resources.
getResponseDocument() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
Response document getter.
getResponseHashtable() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
 
getResponseProperties() - Method in class org.apache.webdav.lib.methods.OptionsMethod
 
getResponseProperties(String) - Method in class org.apache.webdav.lib.methods.PropFindMethod
Returns an enumeration of Property objects.
getResponseProperties(String) - Method in class org.apache.webdav.lib.methods.ReportMethod
Returns an enumeration of Property objects.
getResponseProperties(String) - Method in class org.apache.webdav.lib.methods.SearchMethod
Returns an enumeration of Property objects.
getResponseURLs() - Method in class org.apac