Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getPathEncoding (0.13 sec)

  1. src/main/java/org/codelibs/fess/helper/SystemHelper.java

            }
            updateSystemProperties();
            final FessConfig fessConfig = ComponentUtil.getFessConfig();
            filterPathEncoding = fessConfig.getPathEncoding();
            supportedLanguages = fessConfig.getSupportedLanguagesAsArray();
            langItemsCache = CacheBuilder.newBuilder().maximumSize(20).expireAfterAccess(1, TimeUnit.HOURS)
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sun May 26 05:52:29 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * Get the value for the key 'path.encoding'. <br>
         * The value is, e.g. UTF-8 <br>
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getPathEncoding();
    
        /**
         * Get the value for the key 'use.own.tmp.dir'. <br>
         * The value is, e.g. true <br>
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
Back to top