XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • Trunk
    • 16.11.01
    • birt
    • None
    • Community Day 2 - 2016, OFBiz Community Day (May 2020)

    Description

      • Make class as final.
      • Add a private constructor.
      • Make the following public static variables as private
            public final static String BIRT_PARAMETERS = "birtParameters";
            public final static String REPORT_ENGINE = "reportEngine";
            public final static String BIRT_LOCALE = "birtLocale";
            public final static String BIRT_IMAGE_DIRECTORY = "birtImageDirectory";
            public final static String BIRT_CONTENT_TYPE = "birtContentType";
            public final static String BIRT_OUTPUT_FILE_NAME = "birtOutputFileName";
        
      • Add get methods for above public variables that changed to private. Also replace the use public static variables with get methods.
        getBirtParameters()
        getBirtLocale()
        getBirtImageDirectory()
        getBirtContentType()
        getBirtOutputFileName()
        
      • Make the following private static variable as final.
            private static HTMLServerImageHandler imageHandler = new HTMLServerImageHandler();
        

      Attachments

        1. OFBIZ-7410.patch
          7 kB
          Pratik Kulshreshth

        Activity

          People

            arunpati Arun Patidar
            arunpati Arun Patidar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: