org.mortbay.jetty.servlet
Class XMLConfiguration
public
class
XMLConfiguration
extends Object
implements WebApplicationContext.Configuration
Version: $Revision: 1.20 $
Author: gregw
public XMLConfiguration()
public void configureClassPath()
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
Throws: Exception
public void configureDefaults()
public void configureWebApp()
protected void initWebXmlElement(String element,
XmlParser.
Node node)
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.
Parameters: element The element name node The node containing the element.
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.