|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Host | |
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 Host in com.arsdigita.web |
Methods in com.arsdigita.web that return Host | |
Host |
WebConfig.getCurrentHost()
Deprecated. Use Host.retrieve(Web.getConfig().getHost()) instead. |
Host[] |
WebConfig.getHosts()
Deprecated. Use Host.retrieveAll() instead. |
static Host |
Host.create(String serverName,
int serverPort)
Creates a new host |
static Host |
Host.retrieve(BigDecimal id)
Retrieves the host with a given id |
static Host |
Host.retrieve(HttpHost hhost)
Finds a host using fields from the given HttpHost . |
static Host |
Host.findByServerName(String serverName)
Find a Host object for a given server. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |