pulse - the web application framework Get pulse at SourceForge.net. Fast, secure and Free Open Source software downloads Ohloh project report for pulse-java

Uses of Class
org.torweg.pulse.webdav.util.AbstractResponseElement

Packages that use AbstractResponseElement
org.torweg.pulse.webdav.response classes and interfaces directly related to WebDAV responses. 
org.torweg.pulse.webdav.util contains utilities for the WebDAV implementation. 
 

Uses of AbstractResponseElement in org.torweg.pulse.webdav.response
 

Methods in org.torweg.pulse.webdav.response with parameters of type AbstractResponseElement
 void MultiStatusResponse.add(AbstractResponseElement el)
          adds a response element to the current multi-status response.
 

Uses of AbstractResponseElement in org.torweg.pulse.webdav.util
 

Subclasses of AbstractResponseElement in org.torweg.pulse.webdav.util
 class PropFindResponseElement
          a response element for a PROPFIND request ( Note that propname request are handled by PropNameResponseElements; Section 9.1.4 of RFC 4918 ).
 class PropNameResponseElement
          a response element for a propname PROPFIND request.
 class PropPatchResponseElement
           
 class StatusResponseElement
          represents a status response element in a multi-status response.