Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getPathEncoding (0.22 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: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Oct 17 12:10:08 UTC 2024
    - 27.2K 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: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 468.5K bytes
    - Viewed (0)
Back to top