org.apache.geronimo.jetty
Class Host
java.lang.Object
org.apache.geronimo.jetty.Host
public class Host
- extends Object
Host gbean for jetty containing an array of hosts and virtual hosts
Field Summary |
static org.apache.geronimo.gbean.GBeanInfo |
GBEAN_INFO
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GBEAN_INFO
public static final org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
Host
public Host()
Host
public Host(String[] hosts,
String[] virtualHosts)
getHosts
public String[] getHosts()
getVirtualHosts
public String[] getVirtualHosts()
getGBeanInfo
public static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
Copyright © 2006 Apache Software Foundation. All Rights Reserved.