- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getNotificationSearchTop (1.3 sec)
-
src/main/java/org/codelibs/fess/app/web/search/SearchAction.java
} validate(form, messages -> {}, () -> asHtml(virtualHost(path_IndexJsp)).renderWith(data -> { buildInitParams(); RenderDataUtil.register(data, "notification", fessConfig.getNotificationSearchTop()); })); if (!form.hasConditionQuery()) { if (StringUtil.isNotBlank(form.q)) { form.as.put("q", new String[] { form.q }); } else {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 14K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
} default void setNotificationSearchTop(final String value) { setSystemProperty(Constants.NOTIFICATION_SEARCH_TOP, value); } default String getNotificationSearchTop() { return getSystemProperty(Constants.NOTIFICATION_SEARCH_TOP, StringUtil.EMPTY); } default String getUserAgentName() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 86.5K bytes - Viewed (0)