- All Implemented Interfaces:
- org.apache.commons.digester3.binder.RulesModule, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
public class FrankDigesterRules
extends Object
implements org.apache.commons.digester3.binder.RulesModule, org.springframework.context.ApplicationContextAware
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')
- Author:
- Niels Meijer