Class DigesterRulesParser

All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class DigesterRulesParser extends DigesterRulesHandler
Author:
Niels Meijer
  • Constructor Details

    • DigesterRulesParser

      public DigesterRulesParser(org.apache.commons.digester3.Digester digester, org.apache.commons.digester3.binder.RulesBinder rulesBinder)
  • Method Details

    • handle

      protected void handle(DigesterRule rule)
      Specified by:
      handle in class DigesterRulesHandler
    • autoWireAndInitializeBean

      protected <T> T autoWireAndInitializeBean(Class<T> clazz)
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)