-
protected void
protected void
protected void
MethodBase.addHeaders(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
WebdavNsNode node)
void
Generate response for a PROPFIND for the current node, then for the children.
protected void
void
Build the response for a single node for a propfind request
protected void
PropPatchMethod.processDoc(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
Document doc,
WebdavNsNode node,
QName expectedRoot,
boolean onlySet)
-
class
Class to represent a principal in webdav.
WebdavNsIntf.PutContentResult.node
Same node or new node for creation
WdSynchReport.WdSynchReportItem.getNode()
WebdavNsIntf.getNode(String uri,
int existence,
int nodeType,
boolean addMember)
Retrieves a node by uri, following any links.
Returns the parent of a node.
Returns the immediate children of a node.
Given a PrincipalMatchReport returns a Collection of matching nodes.
Given a PrincipalPropertySearch returns a Collection of matching nodes.
abstract boolean
Return true if we can PUT this resource/entity
abstract void
WebdavNsIntf.copyMove(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
WebdavNsNode from,
WebdavNsNode to,
boolean copy,
boolean overwrite,
int depth)
Copy or move a resource at the given location to another location.
abstract void
abstract void
Creates an alias to another node.
abstract void
Deletes a node from the namespace.
abstract void
void
Return a String giving an HTML representation of the directory.
boolean
Generate a response for a single webdav property.
Return all the hrefs found in the access for th egiven node.
Returns a Content object for the binary content.
Returns the immediate children of a node.
WebdavNsIntf.getContent(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
String contentType,
WebdavNsNode node)
Returns a Content object for the content.
Return the complete URL describing the location of the object
represented by the node
Returns the parent of a node.
boolean
Return true if a call to generatePropValue will return a value.
abstract void
WebdavNsIntf.makeCollection(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
WebdavNsNode node)
Create an empty collection at the given location.
boolean
WebdavNsIntf.prefetch(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
WebdavNsNode node)
Called before fetching in GET processing.
Set the content from a Stream
Set the content from a Reader
abstract void
Stores/updates an object.