VAJImportServlet (Apache Ant API)

org.apache.tools.ant.taskdefs.optional.ide
Class VAJImportServlet


java.lang.Object

  |

  +--javax.servlet.GenericServlet

        |

        +--javax.servlet.http.HttpServlet

              |

              +--org.apache.tools.ant.taskdefs.optional.ide.VAJToolsServlet

                    |

                    +--org.apache.tools.ant.taskdefs.optional.ide.VAJImportServlet

All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class VAJImportServlet
extends VAJToolsServlet

A Remote Access to Tools Servlet to import a Project from files into the Repository. The following table describes the servlet parameters.
Parameter Description
project The name of the project where you want the imported items to go.
dir The directory you want to import from.

Author:
Wolf Siberski, based on servlets written by Glenn McAllister
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.tools.ant.taskdefs.optional.ide.VAJToolsServlet
CLASSES_PARAM, DEFAULT_EXCLUDES_PARAM, DIR_PARAM, EXCLUDE_PARAM, INCLUDE_PARAM, PROJECT_NAME_PARAM, RESOURCES_PARAM, SOURCES_PARAM
 
Constructor Summary
VAJImportServlet()
           
 
Method Summary
protected  void executeRequest()
          Respond to a request to import files to the Repository
 
Methods inherited from class org.apache.tools.ant.taskdefs.optional.ide.VAJToolsServlet
doGet, getBooleanParam, getBooleanParam, getFirstParamValueString, getParamValues, initRequest, toBoolean
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VAJImportServlet


public VAJImportServlet()
Method Detail

executeRequest


protected void executeRequest()
Respond to a request to import files to the Repository

Specified by:
executeRequest in class VAJToolsServlet


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.