Uses of Class
org.bedework.webdav.servlet.shared.WebdavNsIntf.Content
-
Packages that use WebdavNsIntf.Content Package Description org.bedework.webdav.servlet.shared -
-
Uses of WebdavNsIntf.Content in org.bedework.webdav.servlet.shared
Methods in org.bedework.webdav.servlet.shared that return WebdavNsIntf.Content Modifier and Type Method Description abstract WebdavNsIntf.ContentWebdavNsIntf. getBinaryContent(WebdavNsNode node)Returns a Content object for the binary content.abstract WebdavNsIntf.ContentWebdavNsIntf. getContent(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, String contentType, WebdavNsNode node)Returns a Content object for the content.WebdavNsIntf.ContentWebdavNsNode. getContent(String contentType)Returns the content.
-