Uses of Class
org.efaps.ui.webdav.WebDAVRequest.DepthHeader

Packages that use WebDAVRequest.DepthHeader
org.efaps.ui.webdav   
 

Uses of WebDAVRequest.DepthHeader in org.efaps.ui.webdav
 

Methods in org.efaps.ui.webdav that return WebDAVRequest.DepthHeader
 WebDAVRequest.DepthHeader WebDAVRequest.getDepthHeader()
          The depth is evaluated from the header of this WebDAV request.
The default values is #DepthHeader.infity.
This is specified in "RFC 2518 - 9.2 Depth Header".
static WebDAVRequest.DepthHeader WebDAVRequest.DepthHeader.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WebDAVRequest.DepthHeader[] WebDAVRequest.DepthHeader.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2003-2010 The eFaps Team. All Rights Reserved.