org.mortbay.jetty.plus
public class PlusWebAppContext extends WebApplicationContext
| Nested Class Summary | |
|---|---|
| static class | PlusWebAppContext.Configuration |
| Constructor Summary | |
|---|---|
| PlusWebAppContext() Constructor. | |
| PlusWebAppContext(String webApp) Constructor. | |
| Method Summary | |
|---|---|
| void | addEnvEntry(String name, Object value) Add a java:comp/env entry.
|
| void | doStart() |
| void | doStop() |
| Object | getEnvEntry(String name) |
| Map | getENC()
Get a mapping of java:comp/env bindings for this webapp context. |
| boolean | getWebXmlEnvEntryOverride() |
| void | handle(HttpRequest request, HttpResponse response) |
| protected void | initClassLoader(boolean forceContextLoader) |
| protected void | initialize() |
| void | setWebXmlEnvEntryOverride(boolean value) |
Throws: IOException
Parameters: webApp The Web application directory or WAR file.
Throws: IOException
Returns: flattened map of java:comp/env names to bound objects
Throws: NamingException