Uses of Class
com.arsdigita.web.Host

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.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC