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
FieldsFields inherited from class AbstractDigesterRulesHandler
log -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractDigesterRulesHandler
startElementMethods inherited from class DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ContentHandler
declaration
-
Field Details
-
DIGESTER_RULES_FILE
- See Also:
-
-
Constructor Details
-
FrankDigesterRules
public FrankDigesterRules()
-
-
Method Details
-
handle
- Specified by:
handlein classAbstractDigesterRulesHandler- Throws:
SAXException
-