Uses of Class
org.codehaus.cargo.module.webapp.elements.Servlet
-
Packages that use Servlet Package Description org.codehaus.cargo.module.webapp -
-
Uses of Servlet in org.codehaus.cargo.module.webapp
Methods in org.codehaus.cargo.module.webapp that return Servlet Modifier and Type Method Description static Servlet
WebXmlUtils. getServlet(WebXml theWebXml, String servletName)
Methods in org.codehaus.cargo.module.webapp with parameters of type Servlet Modifier and Type Method Description static void
WebXmlUtils. addServlet(WebXml webXml, Servlet element)
Add a servlet to the web xml.
-