- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getDesignJspFileNames (0.07 sec)
-
src/main/java/org/codelibs/fess/helper/SystemHelper.java
/** * Gets an array of design JSP file names. * * @return An array of pairs of keys and file names. */ @SuppressWarnings("unchecked") public Pair<String, String>[] getDesignJspFileNames() { return designJspFileNameMap.entrySet().stream().map(e -> new Pair<>(e.getKey(), e.getValue())).toArray(n -> new Pair[n]); } /** * Refreshes the design JSP files for all virtual hosts.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 36.6K bytes - Viewed (0)