Uses of Interface
org.apache.jackrabbit.webdav.transaction.TransactionDavServletRequest
-
Packages that use TransactionDavServletRequest Package Description org.apache.jackrabbit.webdav -
-
Uses of TransactionDavServletRequest in org.apache.jackrabbit.webdav
Subinterfaces of TransactionDavServletRequest in org.apache.jackrabbit.webdav Modifier and Type Interface Description interfaceWebdavRequestThe emptyWebdavRequestinterface collects the functionality defined byDavServletRequestencapsulating the core Webdav specification (RFC 2518) as well as the various extensions used for observation and transaction support, ordering of collections, search and versioning.Classes in org.apache.jackrabbit.webdav that implement TransactionDavServletRequest Modifier and Type Class Description classWebdavRequestImplWebdavRequestImpl...
-