|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Response | |
---|---|
org.abstracthorizon.danube.webdav | |
org.abstracthorizon.danube.webdav.xml.dav.response |
Uses of Response in org.abstracthorizon.danube.webdav |
---|
Methods in org.abstracthorizon.danube.webdav with parameters of type Response | |
---|---|
protected boolean |
BaseWebDAVResourceConnectionHandler.lockImpl(Response response,
Lock lock,
LockingMechanism lockingMechanism,
LockInfo lockInfo,
Object owner,
boolean recursive,
Object resource)
Locks the resource |
protected void |
BaseWebDAVResourceConnectionHandler.obtainProps(Response response,
Object resource,
PropFind propFind)
Obtain properties of a given resource |
protected void |
BaseWebDAVResourceConnectionHandler.updateProps(Response response,
Object resource,
PropertyUpdate propertyUpdate)
Updates properties of a given resource (leaf) |
Uses of Response in org.abstracthorizon.danube.webdav.xml.dav.response |
---|
Fields in org.abstracthorizon.danube.webdav.xml.dav.response declared as Response | |
---|---|
protected Response |
Propstat.response
Response this propstat belongs to |
Fields in org.abstracthorizon.danube.webdav.xml.dav.response with type parameters of type Response | |
---|---|
protected List<Response> |
MultiStatus.responses
List of responses |
Methods in org.abstracthorizon.danube.webdav.xml.dav.response that return Response | |
---|---|
Response |
MultiStatus.addSimpleResponse(Status status)
Adds simple response |
Response |
MultiStatus.newResponse()
Creates new response with href of request's URL |
Response |
MultiStatus.newResponse(String path)
Creates new response with href of relative path of request's URL |
Methods in org.abstracthorizon.danube.webdav.xml.dav.response that return types with arguments of type Response | |
---|---|
List<Response> |
MultiStatus.getResponses()
Returns responses |
Constructors in org.abstracthorizon.danube.webdav.xml.dav.response with parameters of type Response | |
---|---|
Propstat(Response response)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |