Class JRBaseFactory

    • Constructor Summary

      Constructors 
      Constructor Description
      JRBaseFactory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.commons.digester.Digester getDigester()  
      void setDigester​(org.apache.commons.digester.Digester digester)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.commons.digester.ObjectCreationFactory

        createObject
    • Field Detail

      • EXCEPTION_MESSAGE_KEY_UNKNOWN_REPORT_STYLE

        public static final java.lang.String EXCEPTION_MESSAGE_KEY_UNKNOWN_REPORT_STYLE
        See Also:
        Constant Field Values
      • digester

        protected transient org.apache.commons.digester.Digester digester
    • Constructor Detail

      • JRBaseFactory

        public JRBaseFactory()
    • Method Detail

      • getDigester

        public org.apache.commons.digester.Digester getDigester()
        Specified by:
        getDigester in interface org.apache.commons.digester.ObjectCreationFactory
      • setDigester

        public void setDigester​(org.apache.commons.digester.Digester digester)
        Specified by:
        setDigester in interface org.apache.commons.digester.ObjectCreationFactory