- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for isHotdeploy (0.34 sec)
-
src/main/java/org/codelibs/fess/util/ComponentUtil.java
} /** * Gets the system helper component. * @return The system helper. */ public static SystemHelper getSystemHelper() { if (systemHelper == null || HotdeployUtil.isHotdeploy()) { systemHelper = getComponent(SYSTEM_HELPER); } return systemHelper; } /** * Gets the view helper component. * @return The view helper. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 28.9K bytes - Viewed (0)