org.abstracthorizon.extend.server.deployment.tomcat
Class TomcatWarModuleXmlParser

java.lang.Object
  extended by org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
      extended by org.abstracthorizon.extend.support.spring.deployment.ApplicationContextModuleXmlParser
          extended by 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

Field Summary
 
Fields inherited from class org.abstracthorizon.extend.support.spring.deployment.ApplicationContextModuleXmlParser
context, DEPENDS_ON_TAG
 
Fields inherited from class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
ALIAS_ATTRIBUTE, ALIAS_ELEMENT, BEAN_ELEMENT, IMPORT_ELEMENT, logger, NAME_ATTRIBUTE, RESOURCE_ATTRIBUTE
 
Constructor Summary
TomcatWarModuleXmlParser()
          Empty constructor
 
Method Summary
protected  void preProcessXml(Element root)
          This method processes all tags in search for <context-path> tag.
 
Methods inherited from class org.abstracthorizon.extend.support.spring.deployment.ApplicationContextModuleXmlParser
getValue
 
Methods inherited from class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
createHelper, extractSource, getReaderContext, importBeanDefinitionResource, parseBeanDefinitions, postProcessXml, processAliasRegistration, processBeanDefinition, registerBeanDefinitions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TomcatWarModuleXmlParser

public TomcatWarModuleXmlParser()
Empty constructor

Method Detail

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.