org.mortbay.jetty.webapp |
|
Java Source File Name | Type | Comment |
Configuration.java | Interface | Base Class for WebApplicationContext Configuration.
This class can be extended to customize or extend the configuration
of the WebApplicationContext. |
JettyWebXmlConfiguration.java | Class | JettyWebConfiguration.
Looks for Xmlconfiguration files in WEB-INF. |
TagLibConfiguration.java | Class | TagLibConfiguration.
The class searches for TLD descriptors found in web.xml, in WEB-INF/*.tld files of the web app
or *.tld files withing jars found in WEB-INF/lib of the webapp. |
WebAppClassLoader.java | Class | ClassLoader for HttpContext.
Specializes URLClassLoader with some utility and file mapping
methods.
This loader defaults to the 2.3 servlet spec behaviour where non
system classes are loaded from the classpath in preference to the
parent loader. |
WebAppContext.java | Class | Web Application Context Handler. |
WebInfConfiguration.java | Class | Configure class path from a WEB-INF directory found within a contexts resource base. |
WebXmlConfiguration.java | Class | |