Class FrankDigesterRules
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.frankframework.configuration.digester.AbstractDigesterRulesHandler
org.frankframework.configuration.digester.FrankDigesterRules
- All Implemented Interfaces:
ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
Custom implementation that replaces the old digester-rules.xml file.
Where previously you had to specify a 'create', 'set-properties' and a 'set-next-rule'
In this implementation you only have to call 'createRule(rulesBinder, PATTERN, NEXT-RULE')
Since the removal of the Apache Digester this class now only compiles a list of available 'rules'.
- Author:
- Niels Meijer
-
Field Summary
Fields inherited from class org.frankframework.configuration.digester.AbstractDigesterRulesHandler
log
-
Constructor Summary
-
Method Summary
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
-
Field Details
-
DIGESTER_RULES_FILE
- See Also:
-
-
Constructor Details
-
FrankDigesterRules
public FrankDigesterRules()
-
-
Method Details
-
handle
- Specified by:
handle
in classAbstractDigesterRulesHandler
- Throws:
SAXException
-
getParsedPatterns
-