|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mortbay.jetty.servlet.WebApplicationContext.Configuration
Base Class for WebApplicationContext Configuration. This class can be extended to customize or extend the configuration of the WebApplicationContext. If WebApplicationContext.setConfiguration is not called, then an XMLConfiguration instance is created.
Constructor Summary | |
WebApplicationContext.Configuration(WebApplicationContext context)
|
Method Summary | |
void |
configureClassPath()
Configure ClassPath. |
void |
configureDefaults()
Configure Defaults. |
void |
configureWebApp()
Configure WebApp. |
WebApplicationContext |
getWebApplicationContext()
|
WebApplicationHandler |
getWebApplicationHandler()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WebApplicationContext.Configuration(WebApplicationContext context)
Method Detail |
public WebApplicationContext getWebApplicationContext()
public WebApplicationHandler getWebApplicationHandler()
public void configureClassPath() throws java.lang.Exception
java.lang.Exception
public void configureDefaults() throws java.lang.Exception
java.lang.Exception
public void configureWebApp() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |