|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mortbay.jetty.webapp.WebInfConfiguration
public class WebInfConfiguration
Configure class path from a WEB-INF directory found within a contexts resource base.
Field Summary | |
---|---|
protected WebAppContext |
_context
|
Constructor Summary | |
---|---|
WebInfConfiguration()
|
Method Summary | |
---|---|
void |
configureClassLoader()
Configure ClassPath. |
void |
configureDefaults()
Configure Defaults. |
void |
configureWebApp()
Configure WebApp. |
void |
deconfigureWebApp()
DeConfigure WebApp. |
WebAppContext |
getWebAppContext()
Get the context on which the configuration is performed. |
void |
setWebAppContext(WebAppContext context)
Set up a context on which to perform the configuration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected WebAppContext _context
Constructor Detail |
---|
public WebInfConfiguration()
Method Detail |
---|
public void setWebAppContext(WebAppContext context)
Configuration
setWebAppContext
in interface Configuration
public WebAppContext getWebAppContext()
Configuration
getWebAppContext
in interface Configuration
public void configureClassLoader() throws java.lang.Exception
configureClassLoader
in interface Configuration
java.lang.Exception
public void configureDefaults() throws java.lang.Exception
Configuration
configureDefaults
in interface Configuration
java.lang.Exception
public void configureWebApp() throws java.lang.Exception
Configuration
configureWebApp
in interface Configuration
java.lang.Exception
public void deconfigureWebApp() throws java.lang.Exception
Configuration
deconfigureWebApp
in interface Configuration
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |