configureClassPath
public void configureClassPath()
throws Exception
Configure ClassPath.
This method is called before the context ClassLoader is created.
Paths and libraries should be added to the context using the setClassPath,
addClassPath and addClassPaths methods. The default implementation looks
for WEB-INF/classes, WEB-INF/lib/*.zip and WEB-INF/lib/*.jar
- configureClassPath in interface WebApplicationContext.Configuration
initDistributable
protected void initDistributable(XmlParser.Node node)
initFilterMapping
protected void initFilterMapping(XmlParser.Node node)
initLocaleEncodingList
protected void initLocaleEncodingList(XmlParser.Node node)
initSecurityConstraint
protected void initSecurityConstraint(XmlParser.Node node)
initServletMapping
protected void initServletMapping(XmlParser.Node node)
initSessionConfig
protected void initSessionConfig(XmlParser.Node node)
initWebXmlElement
protected void initWebXmlElement(String element,
XmlParser.Node node)
throws Exception
Handle web.xml element. This method is called for each top level element within the web.xml
file. It may be specialized by derived WebApplicationContexts to provide additional
configuration and handling.
element
- The element namenode
- The node containing the element.
initWelcomeFileList
protected void initWelcomeFileList(XmlParser.Node node)
webXmlParser
public static XmlParser webXmlParser()