Uses of Class
org.apache.wink.webdav.model.Response

Packages that use Response
org.apache.wink.webdav.model Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
org.apache.wink.webdav.server   
 

Uses of Response in org.apache.wink.webdav.model
 

Fields in org.apache.wink.webdav.model with type parameters of type Response
protected  List<Response> Multistatus.response
           
 

Methods in org.apache.wink.webdav.model that return Response
 Response ObjectFactory.createResponse()
          Create an instance of Response
 Response Multistatus.getResponseByHref(String href)
          Get a the first response available that matches the provided href
 

Methods in org.apache.wink.webdav.model that return types with arguments of type Response
 List<Response> Multistatus.getResponse()
          Gets the value of the response property.
 Map<String,Response> Multistatus.getResponsesAsMapByHref()
          Get a map of responses where the key is the response href
 

Uses of Response in org.apache.wink.webdav.server
 

Methods in org.apache.wink.webdav.server with parameters of type Response
 void WebDAVResponseBuilder.PropertyHandler.setPropertyValue(WebDAVResponseBuilder builder, Response response, Object property, SyndBase synd)
          Set the value of a provided property, and set the property on the response object with the correct status.
 



Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.