com.flexive.war.webdav |
|
Java Source File Name | Type | Comment |
DefaultName.java | Class | |
DefaultServlet.java | Class | The default resource-serving servlets for most web applications,
used to serve static resources such as HTML pages and images.
author: Craig R. |
DirBinding.java | Class | A subclass of Binding that adds support for Attributes. |
DirContextStringImpl.java | Class | An abstract implementation of DirContext that simply takes every DirContext
method that accepts the String form of a Name and invokes the corresponding
method that accecpts a Name. |
FxDavCollection.java | Class | |
FxDavContext.java | Class | Abstract context class for webDav operations. |
FxDavDummyContext.java | Class | |
FxDavEntry.java | Class | |
FxDavFileSystemContext.java | Class | |
FxDavResource.java | Class | |
FxDirContext.java | Class | Memory impementation ofthe DirContext. |
FxWebDavServlet.java | Class | |
FxWebDavServletBase.java | Class | Servlet which adds support for WebDAV level 2.
All the basic HTTP requests are handled by the DefaultServlet.
WebDAV added the following methods to HTTP:
PROPFIND - Used to retrieve properties, persisted as XML, from a resource. |
FxWebDavStatus.java | Class | Wraps the HttpServletResponse class to abstract the
specific protocol used. |
FxWebDavUtils.java | Class | |
LockInfo.java | Class | Holds a lock information. |
MemoryDirContext.java | Class | Memory impementation ofthe DirContext. |
NameBindingIterator.java | Class | An implementation of NamingEnumeration for listing the Bindings
in a context. |
Operation.java | Class | |
OperationCopy.java | Class | Copy operation. |
OperationDelete.java | Class | Delete operation for Non-Collection Resources and Collections. |
OperationLock.java | Class | Lock operation. |
OperationMkcol.java | Class | Mkcol operation.
MKCOL creates a new collection resource at the location specified by the Request-URI.
If the resource identified by the Request-URI is non-null then the MKCOL MUST fail.
During MKCOL processing, a server MUST make the Request-URI a member of its parent collection, unless the
Request-URI is "/". |
OperationMove.java | Class | Move operation. |
OperationPropFind.java | Class | PROPFIND - Used to retrieve properties, persisted as XML, from a resource. |
OperationProppatch.java | Class | Proppatch operation. |
OperationPut.java | Class | Process a POST request for the specified resource.
A PUT that would result in the creation of a resource without an appropriately scoped parent collection MUST
fail with a 409 (Conflict).
Collections:
As defined in the HTTP/1.1 specification [RFC2068], the "PUT method requests that the enclosed entity be
stored under the supplied Request-URI." Since submission of an entity representing a collection would implicitly
encode creation and deletion of resources, this specification intentionally does not define a transmission format
for creating a collection using PUT. |
OperationUnlock.java | Class | Unlock operation. |