Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isHotdeploy (0.07 sec)

  1. src/main/java/org/codelibs/fess/util/ComponentUtil.java

        public static DynamicProperties getSystemProperties() {
            return getComponent(CRAWLER_PROPERTIES);
        }
    
        public static SystemHelper getSystemHelper() {
            if (systemHelper == null || HotdeployUtil.isHotdeploy()) {
                systemHelper = getComponent(SYSTEM_HELPER);
            }
            return systemHelper;
        }
    
        public static ViewHelper getViewHelper() {
            return getComponent(VIEW_HELPER);
        }
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Mon Jun 17 13:35:51 UTC 2024
    - 20.2K bytes
    - Viewed (0)
Back to top