- deleteDirectory(File) - Method in class org.codehaus.cargo.deployer.jetty.DeployerServlet
-
Recursively delete the webapp directory.
- deploy(HttpServletResponse, String, String) - Method in class org.codehaus.cargo.deployer.jetty.DeployerServlet
-
Deploy the war to the given context path.
- deployArchive(HttpServletRequest, HttpServletResponse, String) - Method in class org.codehaus.cargo.deployer.jetty.DeployerServlet
-
Deploys the archive to the server.
- DeployerServlet - Class in org.codehaus.cargo.deployer.jetty
-
This servlet is used to control deploy, undeploy, redeploy, start, and stop a web application
within the jetty server.
- DeployerServlet(Server) - Constructor for class org.codehaus.cargo.deployer.jetty.DeployerServlet
-
Creates the DeployerServlet and gives the servlet reference to the server in which it is
deployed.This gives the servlet access to the server internals which allows for deployment
control.
- DerbyDao - Class in org.codehaus.cargo.sample.testdata.jdbc
-
- DerbyDao() - Constructor for class org.codehaus.cargo.sample.testdata.jdbc.DerbyDao
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.cargo.deployer.jetty.DeployerServlet
-
Performs the http GET method.
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.cargo.sample.testdata.authentication.TestServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.cargo.sample.testdata.classpath.TestServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.cargo.sample.testdata.jdbc.TestServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.cargo.sample.testdata.mail.TestServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.cargo.sample.testdata.systemproperty.TestServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.cargo.sample.testdata.tomcatcontext.TestServlet
-
- doPut(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.cargo.deployer.jetty.DeployerServlet
-
Performs the http PUT method.
- dropTable() - Method in class org.codehaus.cargo.sample.testdata.jdbc.DerbyDao
-