Uses of Class
org.jboss.arquillian.container.spi.client.protocol.metadata.Servlet
-
Packages that use Servlet Package Description org.jboss.arquillian.container.spi.client.protocol.metadata -
-
Uses of Servlet in org.jboss.arquillian.container.spi.client.protocol.metadata
Methods in org.jboss.arquillian.container.spi.client.protocol.metadata that return Servlet Modifier and Type Method Description ServletHTTPContext. getServletByName(String name)Methods in org.jboss.arquillian.container.spi.client.protocol.metadata that return types with arguments of type Servlet Modifier and Type Method Description List<Servlet>HTTPContext. getServlets()Methods in org.jboss.arquillian.container.spi.client.protocol.metadata with parameters of type Servlet Modifier and Type Method Description HTTPContextHTTPContext. add(Servlet servlet)
-