Uses of Class
org.codehaus.cargo.module.webapp.elements.ServletMapping
-
Packages that use ServletMapping Package Description org.codehaus.cargo.module.webapp -
-
Uses of ServletMapping in org.codehaus.cargo.module.webapp
Methods in org.codehaus.cargo.module.webapp that return types with arguments of type ServletMapping Modifier and Type Method Description static List<ServletMapping>
WebXmlUtils. getServletMappingElements(WebXml webXml, String theServletName)
Returns the servlet mappings that the specified servlet is mapped to in an ordered list.
-