- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for isUseSession (0.1 sec)
-
src/main/java/org/codelibs/fess/app/web/search/SearchAction.java
RenderDataUtil.register(data, "notification", fessConfig.getNotificationAdvanceSearch()); }); } @Execute public HtmlResponse search(final SearchForm form) { if (viewHelper.isUseSession()) { LaRequestUtil.getOptionalRequest().ifPresent(request -> { final HttpSession session = request.getSession(false); if (session != null && form.num != null) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 12.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/ViewHelper.java
} return new TextFragment[0]; }).orElse(new TextFragment[0]); } public boolean isUseSession() { return useSession; } public void setUseSession(final boolean useSession) { this.useSession = useSession; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 40.2K bytes - Viewed (0)