org.abstracthorizon.extend.server.deployment.tomcat
Class TomcatWarModuleXmlParser
java.lang.Object
org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
org.abstracthorizon.extend.support.spring.deployment.ApplicationContextModuleXmlParser
org.abstracthorizon.extend.server.deployment.tomcat.TomcatWarModuleXmlParser
- All Implemented Interfaces:
- BeanDefinitionDocumentReader
public class TomcatWarModuleXmlParser
- extends ApplicationContextModuleXmlParser
This is xml parser that handles <context-path> tag.
- Author:
- Daniel Sendula
Method Summary |
protected void |
preProcessXml(Element root)
This method processes all tags in search for <context-path> tag. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TomcatWarModuleXmlParser
public TomcatWarModuleXmlParser()
- Empty constructor
preProcessXml
protected void preProcessXml(Element root)
throws BeanDefinitionStoreException
- This method processes all tags in search for <context-path> tag.
- Overrides:
preProcessXml
in class ApplicationContextModuleXmlParser
- Parameters:
root
- root element of DOM parsed XML.
- Throws:
BeanDefinitionStoreException
Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.