Uses of Class
org.apache.jackrabbit.webdav.Status

Packages that use Status
org.apache.jackrabbit.webdav   
 

Uses of Status in org.apache.jackrabbit.webdav
 

Methods in org.apache.jackrabbit.webdav that return Status
 Status[] MultiStatusResponse.getStatus()
          Return an array listing all 'status' available is this response object.
static Status Status.parse(String statusLine)
          Parse the given status line and return a new Status object.
 

Constructors in org.apache.jackrabbit.webdav with parameters of type Status
MultiStatusResponse(String href, Status status, String responseDescription)
          Constructs an WebDAV multistatus response
 



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