org.apache.wvcm.store.webdav.request
Class PropfindRequest

java.lang.Object
  extended by org.apache.wvcm.store.webdav.request.AbstractRequest
      extended by org.apache.wvcm.store.webdav.request.PropfindRequest

public class PropfindRequest
extends AbstractRequest

Handler for PROPFIND request bodies.

Version:
$Revision: 1.1.1.1.2.2 $

Field Summary
 
Fields inherited from class org.apache.wvcm.store.webdav.request.AbstractRequest
defaultProperties, dnsp
 
Constructor Summary
PropfindRequest(PropertyNameList pnameList)
          Constructor
PropfindRequest(PropertyNameList pnameList, boolean addDefaultProps)
          Constructor
 
Method Summary
 
Methods inherited from class org.apache.wvcm.store.webdav.request.AbstractRequest
createDefaultPropertyElement, createDefaultPropertyElements, createHrefElement, createHrefElement, createHrefElements, createPrivilegeElement, createPropElement, createPropElement, createPropertyElement, createPropertyElements, getReqBodyAsBytes, setReqBodyDoc
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropfindRequest

public PropfindRequest(PropertyNameList pnameList)
Constructor


PropfindRequest

public PropfindRequest(PropertyNameList pnameList,
                       boolean addDefaultProps)
Constructor



Copyright (c) 2003 - Apache Software Foundation