Exemplo n.º 1
0
 /**
  * Creates an instance of <code>DavResource</code> representing the resource targeted by the
  * request.
  */
 protected DavResource resolveTarget(DavRequest request) throws DavException {
   return resourceFactory.resolve(request.getResourceLocator(), request);
 }