Class DigesterRulesParser
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.frankframework.configuration.digester.AbstractDigesterRulesHandler
org.frankframework.configuration.digester.DigesterRulesParser
- All Implemented Interfaces:
ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
- Author:
- Niels Meijer
-
Field Summary
Fields inherited from class org.frankframework.configuration.digester.AbstractDigesterRulesHandler
log
-
Constructor Summary
ConstructorDescriptionDigesterRulesParser
(org.apache.commons.digester3.Digester digester, org.apache.commons.digester3.binder.RulesBinder rulesBinder) -
Method Summary
Modifier and TypeMethodDescriptionprotected <T> T
autoWireAndInitializeBean
(Class<T> clazz) protected void
handle
(DigesterRule rule) void
setApplicationContext
(org.springframework.context.ApplicationContext applicationContext) Methods inherited from class org.frankframework.configuration.digester.AbstractDigesterRulesHandler
startElement
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
DigesterRulesParser
public DigesterRulesParser(org.apache.commons.digester3.Digester digester, org.apache.commons.digester3.binder.RulesBinder rulesBinder)
-
-
Method Details
-
handle
- Specified by:
handle
in classAbstractDigesterRulesHandler
-
autoWireAndInitializeBean
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
-