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

Class VAJLoadServlet


public class VAJLoadServlet
extends VAJToolsServlet

A Remote Access to Tools Servlet to load a Project from the Repository into the Workbench. The following table describes the servlet parameters.
ParameterDescription
projectThe name of the Project you want to load into the Workbench.
versionThe version of the package you want to load into the Workbench.

Field Summary

static String
VERSION_PARAM
the version param string

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

Method Summary

protected void
executeRequest()
Respond to a request to load a project from the Repository into the Workbench.

Methods inherited from class org.apache.tools.ant.taskdefs.optional.ide.VAJToolsServlet

doGet, executeRequest, getBooleanParam, getBooleanParam, getFirstParamValueString, getParamValues, initRequest, toBoolean

Field Details

VERSION_PARAM

public static final String VERSION_PARAM
the version param string

Method Details

executeRequest

protected void executeRequest()
Respond to a request to load a project from the Repository into the Workbench.
Overrides:
executeRequest in interface VAJToolsServlet

Copyright B) 2000-2006 Apache Software Foundation. All Rights Reserved.