|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WebApplicationContext | |
|---|---|
| org.openqa.jetty.jetty | |
| org.openqa.jetty.jetty.servlet | |
| Uses of WebApplicationContext in org.openqa.jetty.jetty |
|---|
| Methods in org.openqa.jetty.jetty that return WebApplicationContext | |
|---|---|
WebApplicationContext |
Server.addWebApplication(java.lang.String contextPathSpec,
java.lang.String webApp)
Add Web Application. |
WebApplicationContext |
Server.addWebApplication(java.lang.String virtualHost,
java.lang.String contextPathSpec,
java.lang.String webApp)
Add Web Application. |
WebApplicationContext[] |
Server.addWebApplications(java.lang.String webapps)
Add Web Applications. |
WebApplicationContext[] |
Server.addWebApplications(java.lang.String host,
java.lang.String webapps)
Add Web Applications. |
WebApplicationContext[] |
Server.addWebApplications(java.lang.String host,
java.lang.String webapps,
boolean extract)
Add Web Applications. |
WebApplicationContext[] |
Server.addWebApplications(java.lang.String host,
java.lang.String webapps,
java.lang.String defaults,
boolean extract)
Add Web Applications. |
WebApplicationContext[] |
Server.addWebApplications(java.lang.String host,
java.lang.String webapps,
java.lang.String defaults,
boolean extract,
boolean java2CompliantClassLoader)
Add Web Applications. |
protected WebApplicationContext |
Server.newWebApplicationContext(java.lang.String webApp)
Create a new WebApplicationContext. |
| Uses of WebApplicationContext in org.openqa.jetty.jetty.servlet |
|---|
| Methods in org.openqa.jetty.jetty.servlet that return WebApplicationContext | |
|---|---|
WebApplicationContext |
JettyWebConfiguration.getWebApplicationContext()
|
WebApplicationContext |
TagLibConfiguration.getWebApplicationContext()
|
WebApplicationContext |
WebApplicationContext.Configuration.getWebApplicationContext()
Get the context on which the configuration is performed. |
WebApplicationContext |
XMLConfiguration.getWebApplicationContext()
|
| Methods in org.openqa.jetty.jetty.servlet with parameters of type WebApplicationContext | |
|---|---|
void |
JettyWebConfiguration.setWebApplicationContext(WebApplicationContext context)
|
void |
TagLibConfiguration.setWebApplicationContext(WebApplicationContext context)
|
void |
WebApplicationContext.Configuration.setWebApplicationContext(WebApplicationContext context)
Set up a context on which to perform the configuration. |
void |
XMLConfiguration.setWebApplicationContext(WebApplicationContext context)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||