org.apache.jackrabbit.webdav
Interface WebdavResponse

All Superinterfaces:
DavServletResponse, javax.servlet.http.HttpServletResponse, ObservationDavServletResponse, javax.servlet.ServletResponse
All Known Implementing Classes:
WebdavResponseImpl

public interface WebdavResponse
extends DavServletResponse, ObservationDavServletResponse

The empty WebdavResponse interface collects the functionality defined by DavServletResponse encapsulting for the core WebDAV specification (RFC 2518) as well as the various extensions used for observation and transaction support, ordering of collections, search and versioning.


Method Summary
 
Methods inherited from interface org.apache.jackrabbit.webdav.observation.ObservationDavServletResponse
sendPollResponse, sendSubscriptionResponse
 



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.