Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for storeSearchParameters (0.07 sec)

  1. src/main/java/org/codelibs/fess/app/web/base/FessSearchAction.java

         * for restoration after successful authentication.
         *
         * @return HTML response that redirects to the login page
         */
        protected HtmlResponse redirectToLogin() {
            searchHelper.storeSearchParameters();
            return systemHelper.getRedirectResponseToLogin(redirect(SsoAction.class));
        }
    
        /**
         * Redirects the user to the root path of the application.
         *
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 13.8K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/helper/SearchHelper.java

         *
         * This method serializes the current request parameters, compresses them using GZIP,
         * encodes them with Base64, and stores them in a secure HTTP cookie.
         */
        public void storeSearchParameters() {
            LaRequestUtil.getOptionalRequest().ifPresent(req -> {
                final FessConfig fessConfig = ComponentUtil.getFessConfig();
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 35.8K bytes
    - Viewed (0)
Back to top