public class HttpServerBean extends ServerBean
| Constructor and Description |
|---|
HttpServerBean()
Create a new HttpServerBean instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
addHttpWebApps(HttpWebAppBean... httpWebApps) |
String |
getHttpConfFile() |
List<HttpWebAppBean> |
getHttpWebApps() |
void |
setHttpConfFile(String httpConfFile) |
void |
setHttpWebApps(List<HttpWebAppBean> httpWebApps) |
String |
toString() |
String |
toString(String tabs) |
addTransports, getServerId, getTransports, setServerId, setTransportsgetDescription, getDn, isDisabled, isEnabled, setDescription, setDn, setEnabled, toString, toString, toString, toStringpublic HttpServerBean()
public String getHttpConfFile()
public void setHttpConfFile(String httpConfFile)
httpConfFile - the httpConfFile to setpublic List<HttpWebAppBean> getHttpWebApps()
public void setHttpWebApps(List<HttpWebAppBean> httpWebApps)
httpWebApps - the httpWebApps to setpublic void addHttpWebApps(HttpWebAppBean... httpWebApps)
httpWebApps - the httpWebApps to addpublic String toString(String tabs)
toString in class ServerBeanpublic String toString()
toString in class ServerBeanCopyright © 2003–2018 The Apache Software Foundation. All rights reserved.