com.filenet.wcm.apps.server.util.webdav.method
Class PropFindMethod

java.lang.Object
  extended bycom.filenet.wcm.toolkit.server.base.WcmDpContainer
      extended bycom.filenet.wcm.toolkit.server.base.WcmModule
          extended bycom.filenet.wcm.apps.server.util.webdav.method.WebDAVMethod
              extended bycom.filenet.wcm.apps.server.util.webdav.method.PropFindMethod
All Implemented Interfaces:
com.filenet.wcm.toolkit.server.base.WcmModuleInterface

public class PropFindMethod
extends WebDAVMethod


Field Summary
static java.lang.String[] months
           
static java.lang.String WEB_DAV_PROP_CREATION_DATE
           
static java.lang.String WEB_DAV_PROP_GET_CONTENT_LENGTH
           
static java.lang.String WEB_DAV_PROP_GET_LAST_MODIFIED
           
static java.lang.String WEB_DAV_PROP_LOCK_DISCOVERY
           
static java.lang.String WEB_DAV_PROP_NAME
           
static java.lang.String[] weekDays
           
 
Fields inherited from class com.filenet.wcm.apps.server.util.webdav.method.WebDAVMethod
_req, _res, _uri, authoringDataProvider, depth, HTTP_VERSION, INFINITE_TIMEOUT, lockscope, lockToken, navigationDataProvider, putLockOwnerInHrefElement, requestedLockOwner, requestedLockToken, requestXML, responseXML, TEXT_XML_UTF_8, timeout, webDAVController, webDAVDataProvider
 
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule
locale, NAME_DELIMITER
 
Constructor Summary
PropFindMethod(java.lang.String uri, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, WebDAVController controller)
          Create and initialize the PropFindMethod.
 
Method Summary
 void execute()
           
 
Methods inherited from class com.filenet.wcm.apps.server.util.webdav.method.WebDAVMethod
appendErrorElement, extractRequestedLockToken, getHttpStatusString, getLockOwnerProperty, getPostedXML, isDocumentLocked, isSupportedResource, isSupportedResource, parseLockRequestBody, traceRequestHeaders, traceRequestXML, traceResponseXML, userHasAccessToViewContent, userHasPromoteVersionAccessToDocument
 
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmModule
addChild, addChild, addChild, cleanup, debugTrace, getClassProperty, getClassProperty, getClassPropertyKeys, getConfiguration, getController, getDataStore, getModuleProperty, getModuleProperty, getModuleProperty, getModuleProperty, getModulePropertyKeys, getName, getParent, getWindowProperty, getWindowProperty, initialize, persist, queryDataProvider, setClassProperty, setClassProperty, setController, setModuleProperty, setModuleProperty, setName, setParent, setPortletParent, setWindowProperty
 
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmDpContainer
addDataProvider, addDataProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
addDataProvider
 

Field Detail

weekDays

public static final java.lang.String[] weekDays

months

public static final java.lang.String[] months

WEB_DAV_PROP_CREATION_DATE

public static final java.lang.String WEB_DAV_PROP_CREATION_DATE
See Also:
Constant Field Values

WEB_DAV_PROP_GET_LAST_MODIFIED

public static final java.lang.String WEB_DAV_PROP_GET_LAST_MODIFIED
See Also:
Constant Field Values

WEB_DAV_PROP_NAME

public static final java.lang.String WEB_DAV_PROP_NAME
See Also:
Constant Field Values

WEB_DAV_PROP_LOCK_DISCOVERY

public static final java.lang.String WEB_DAV_PROP_LOCK_DISCOVERY
See Also:
Constant Field Values

WEB_DAV_PROP_GET_CONTENT_LENGTH

public static final java.lang.String WEB_DAV_PROP_GET_CONTENT_LENGTH
See Also:
Constant Field Values
Constructor Detail

PropFindMethod

public PropFindMethod(java.lang.String uri,
                      javax.servlet.http.HttpServletRequest req,
                      javax.servlet.http.HttpServletResponse res,
                      WebDAVController controller)
Create and initialize the PropFindMethod. overwrite the contents of the resource file

Method Detail

execute

public void execute()
Overrides:
execute in class WebDAVMethod


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.