|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpHost | |
com.arsdigita.util.servlet | Utility classes that enhance the Java Servlet API (see http://java.sun.com/products/servlet/). |
com.arsdigita.web | Tools supporting web-application authoring; services include dispatching requests, generating URLs, and setting up a request's context of execution. |
Uses of HttpHost in com.arsdigita.util.servlet |
Methods in com.arsdigita.util.servlet that return HttpHost | |
HttpHost |
HttpResourceLocator.getHost()
Returns the virtual host of the resource location. |
Constructors in com.arsdigita.util.servlet with parameters of type HttpHost | |
HttpResourceLocator(HttpHost host,
String contextPath,
String servletPath,
String pathInfo,
HttpParameterMap params)
Assembles a fully qualified URL from its fundamental pieces. |
|
HttpResourceLocator(HttpHost host,
javax.servlet.http.HttpServletRequest sreq,
HttpParameterMap params)
Produces a URL from host , sreq , and
params . |
Uses of HttpHost in com.arsdigita.web |
Methods in com.arsdigita.web that return HttpHost | |
HttpHost |
WebConfig.getServer()
|
HttpHost |
WebConfig.getHost()
|
Methods in com.arsdigita.web with parameters of type HttpHost | |
static Host |
Host.retrieve(HttpHost hhost)
Finds a host using fields from the given HttpHost . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |