| Package | Description |
|---|---|
| net.lightbody.bmp.proxy.jetty.jetty | |
| net.lightbody.bmp.proxy.jetty.jetty.servlet |
| Modifier and Type | Method and Description |
|---|---|
WebApplicationContext |
Server.addWebApplication(String contextPathSpec,
String webApp)
Add Web Application.
|
WebApplicationContext |
Server.addWebApplication(String virtualHost,
String contextPathSpec,
String webApp)
Add Web Application.
|
WebApplicationContext[] |
Server.addWebApplications(String webapps)
Add Web Applications.
|
WebApplicationContext[] |
Server.addWebApplications(String host,
String webapps)
Add Web Applications.
|
WebApplicationContext[] |
Server.addWebApplications(String host,
String webapps,
boolean extract)
Add Web Applications.
|
WebApplicationContext[] |
Server.addWebApplications(String host,
String webapps,
String defaults,
boolean extract)
Add Web Applications.
|
WebApplicationContext[] |
Server.addWebApplications(String host,
String webapps,
String defaults,
boolean extract,
boolean java2CompliantClassLoader)
Add Web Applications.
|
protected WebApplicationContext |
Server.newWebApplicationContext(String webApp)
Create a new WebApplicationContext.
|
| Modifier and Type | Method and Description |
|---|---|
WebApplicationContext |
WebApplicationContext.Configuration.getWebApplicationContext()
Get the context on which the configuration is performed.
|
WebApplicationContext |
TagLibConfiguration.getWebApplicationContext() |
WebApplicationContext |
XMLConfiguration.getWebApplicationContext() |
WebApplicationContext |
JettyWebConfiguration.getWebApplicationContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebApplicationContext.Configuration.setWebApplicationContext(WebApplicationContext context)
Set up a context on which to perform the configuration.
|
void |
TagLibConfiguration.setWebApplicationContext(WebApplicationContext context) |
void |
XMLConfiguration.setWebApplicationContext(WebApplicationContext context) |
void |
JettyWebConfiguration.setWebApplicationContext(WebApplicationContext context) |
Copyright © 2016. All Rights Reserved.