Xindice API
version 1.2m1

org.apache.xindice.webadmin.webdav.components
Class Put

java.lang.Object
  extended byorg.apache.xindice.webadmin.webdav.components.Put
All Implemented Interfaces:
DAVComponent

public class Put
extends Object
implements DAVComponent

This class implements the Put HTTP command for WebDAV operations on Xindice.

Version:
$Revision: 541515 $, $Date: 2007-05-24 22:45:06 -0400 (Thu, 24 May 2007) $
Author:
Jan Metzner, Gianugo Rabellino

Field Summary
protected static int BUFFER_SIZE
          Size of file transfer buffer in bytes.
 
Constructor Summary
Put()
           
 
Method Summary
 void execute(DAVRequest req, DAVResponse res, Location target)
          Executes request to a target location, that can be either root ("/"), collection, resource or an unknown location.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUFFER_SIZE

protected static final int BUFFER_SIZE
Size of file transfer buffer in bytes.

See Also:
Constant Field Values
Constructor Detail

Put

public Put()
Method Detail

execute

public void execute(DAVRequest req,
                    DAVResponse res,
                    Location target)
             throws javax.servlet.ServletException,
                    IOException
Description copied from interface: DAVComponent
Executes request to a target location, that can be either root ("/"), collection, resource or an unknown location.

Specified by:
execute in interface DAVComponent
Parameters:
req - WebDAV request
res - WebDAV servlet
target - target location
Throws:
javax.servlet.ServletException
IOException

Xindice API
version 1.2m1

Copyright (c) 1999-2007 The Apache Software Foundation. All Rights Reserved.