Class Servlet
java.lang.Object
org.jboss.arquillian.container.spi.client.protocol.metadata.Servlet
Servlet
- Version:
- $Revision: $
- Author:
- Aslak Knutsen, Ian Brandt
-
Constructor Details
-
Servlet
-
-
Method Details
-
getName
- Returns:
- the name
-
getContextRoot
- Returns:
- the contextRoot
-
getBaseURI
Get the URI to the Servlet's context.- Returns:
- the base URI, e.g. "http://localhost:8888/"
-
getFullURI
Get the URI to the Servlet.- Returns:
- the base URI, e.g. "http://localhost:8888/Test"
-
hashCode
public int hashCode()- Overrides:
hashCodein classObject- Throws:
IllegalStateException- if host is null- See Also:
-
equals
- Overrides:
equalsin classObject- Throws:
IllegalStateException- if host is null- See Also:
-
toString
-