Uses of Class
org.bedework.webdav.servlet.common.MethodBase
-
Packages that use MethodBase Package Description org.bedework.webdav.servlet.common org.bedework.webdav.servlet.shared -
-
Uses of MethodBase in org.bedework.webdav.servlet.common
Subclasses of MethodBase in org.bedework.webdav.servlet.common Modifier and Type Class Description classAclMethodClass to handle WebDav ACLsclassCopyMethodClass to handle COPYclassDeleteMethodClass called to handle DELETEclassGetMethodClass called to handle GET Get the content of a node.classHeadMethodClass called to handle HEADclassLockMethodClass called to handle LOCKclassMkcolMethodClass called to handle MKCOLclassMoveMethodClass called to handle MOVEclassOptionsMethodClass called to handle OPTIONS.classPostMethodClass called to handle POSTclassPropFindMethodClass called to handle PROPFINDclassPropPatchMethodClass called to handle PROPPATCHclassPutMethodClass called to handle PUTclassReportMethodClass called to handle POSTclassUnlockMethodClass called to handle UNLOCKConstructors in org.bedework.webdav.servlet.common with parameters of type MethodBase Constructor Description PrincipalMatchReport(MethodBase mb, WebdavNsIntf intf)Constructor -
Uses of MethodBase in org.bedework.webdav.servlet.shared
Methods in org.bedework.webdav.servlet.shared that return MethodBase Modifier and Type Method Description MethodBaseWebdavNsIntf. getMethod(String name)Return the named initialised method or null if no such method or the method requires authentication and we are anonymous
-