net.sundog.hoople
Class SpringParser

java.lang.Object
  extended bynet.sundog.hoople.BaseParser
      extended bynet.sundog.hoople.BaseXMLGeneratingParser
          extended bynet.sundog.hoople.SpringParser

public class SpringParser
extends BaseXMLGeneratingParser

Supports creating Spring MVC controller bean mappings.


Constructor Summary
SpringParser()
           
 
Method Summary
protected  void finalizeElement(org.w3c.dom.Element element)
          Called after the element has been copied from the URL Configuration.
protected  org.w3c.dom.Element getParentConfigElement(org.w3c.dom.Document baseAsDOM)
          Return the element for which all generated Elements should be appended to.
 java.lang.String getSpringMappingExtension()
           
 void setSpringMappingExtension(java.lang.String springMappingExtension)
           
 
Methods inherited from class net.sundog.hoople.BaseXMLGeneratingParser
addElementToBase, endElement, getBaseFile, getBaseFileDOM, getFinalFile, isCheckVCSIgnore, isVCSIgnoreSet, setActive, setBaseFile, setCheckVCSIgnore, setFinalFile, startElement, writeFinalFile
 
Methods inherited from class net.sundog.hoople.BaseParser
convertToAbsolutePath, getDocumentBuilder, getUrlConfigurationParser, isActive, setActive, setDocumentBuilder, setUrlConfigurationParser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringParser

public SpringParser()
Method Detail

getSpringMappingExtension

public java.lang.String getSpringMappingExtension()

setSpringMappingExtension

public void setSpringMappingExtension(java.lang.String springMappingExtension)

getParentConfigElement

protected org.w3c.dom.Element getParentConfigElement(org.w3c.dom.Document baseAsDOM)
Description copied from class: BaseXMLGeneratingParser
Return the element for which all generated Elements should be appended to.

Specified by:
getParentConfigElement in class BaseXMLGeneratingParser

finalizeElement

protected void finalizeElement(org.w3c.dom.Element element)
                        throws java.io.IOException,
                               org.xml.sax.SAXException
Description copied from class: BaseXMLGeneratingParser
Called after the element has been copied from the URL Configuration. Useful for setting default and/or derivable attributes.

Overrides:
finalizeElement in class BaseXMLGeneratingParser
Throws:
java.io.IOException
org.xml.sax.SAXException


Copyright © 2005 Sundog. All Rights Reserved.