Xindice API
version 1.2m1

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

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

public class Options
extends Object
implements DAVComponent

This class implements the Options command for WebDAV operations on Xindice.

Version:
$Revision: 551438 $, $Date: 2007-06-28 00:09:44 -0400 (Thu, 28 Jun 2007) $
Author:
Jan Metzner, Gianugo Rabellino

Constructor Summary
Options()
           
 
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
 

Constructor Detail

Options

public Options()
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.