public class WebAppJettyConfiguration extends Object
WebAppJettyLauncher. For example, by default it assumes that your web
content folder is src/main/webapp. If it is not the case, you must set the
docBase property.| Constructor and Description |
|---|
WebAppJettyConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocBase() |
int |
getJettyServerPort() |
String |
getOverrideWebXml() |
void |
setDocBase(String docBase) |
void |
setJettyServerPort(int jettyServerPort) |
void |
setOverrideWebXml(String overrideWebXml) |
public void setOverrideWebXml(String overrideWebXml)
public String getDocBase()
public void setDocBase(String docBase)
public int getJettyServerPort()
public void setJettyServerPort(int jettyServerPort)
public String getOverrideWebXml()
Copyright © 2009–2018. All rights reserved.