public class XMLConfiguration extends Object implements WebApplicationContext.Configuration
| Constructor and Description |
|---|
XMLConfiguration() |
protected XmlParser xmlParser
public static XmlParser webXmlParser()
public void setWebApplicationContext(WebApplicationContext context)
WebApplicationContext.ConfigurationsetWebApplicationContext in interface WebApplicationContext.Configurationpublic WebApplicationContext getWebApplicationContext()
WebApplicationContext.ConfigurationgetWebApplicationContext in interface WebApplicationContext.Configurationpublic WebApplicationHandler getWebApplicationHandler()
public void configureClassPath()
throws Exception
configureClassPath in interface WebApplicationContext.ConfigurationExceptionpublic void configureDefaults()
throws Exception
WebApplicationContext.ConfigurationconfigureDefaults in interface WebApplicationContext.ConfigurationExceptionpublic void configureWebApp()
throws Exception
WebApplicationContext.ConfigurationconfigureWebApp in interface WebApplicationContext.ConfigurationExceptionprotected void initialize(XmlParser.Node config) throws ClassNotFoundException, javax.servlet.UnavailableException
ClassNotFoundExceptionjavax.servlet.UnavailableExceptionprotected void initWebXmlElement(String element, XmlParser.Node node) throws Exception
element - The element namenode - The node containing the element.Exceptionprotected void initDisplayName(XmlParser.Node node)
protected void initContextParam(XmlParser.Node node)
protected void initFilter(XmlParser.Node node) throws ClassNotFoundException, javax.servlet.UnavailableException
ClassNotFoundExceptionjavax.servlet.UnavailableExceptionprotected void initFilterMapping(XmlParser.Node node)
protected void initServlet(XmlParser.Node node) throws ClassNotFoundException, javax.servlet.UnavailableException, IOException, MalformedURLException
ClassNotFoundExceptionjavax.servlet.UnavailableExceptionIOExceptionMalformedURLExceptionprotected void initServletMapping(XmlParser.Node node)
protected void initListener(XmlParser.Node node)
protected void initDistributable(XmlParser.Node node)
protected void initSessionConfig(XmlParser.Node node)
protected void initMimeConfig(XmlParser.Node node)
protected void initWelcomeFileList(XmlParser.Node node)
protected void initLocaleEncodingList(XmlParser.Node node)
protected void initErrorPage(XmlParser.Node node)
protected void initTagLib(XmlParser.Node node)
protected void initJspConfig(XmlParser.Node node)
protected void initSecurityConstraint(XmlParser.Node node)
protected void initLoginConfig(XmlParser.Node node)
protected void initSecurityRole(XmlParser.Node node)
Copyright © 2016. All Rights Reserved.