Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getVirtualHostPaths (0.12 sec)

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

            }).orElse(defaultValue);
        }
    
        /**
         * Gets all configured virtual host paths.
         *
         * @return An array of virtual host paths
         */
        public String[] getVirtualHostPaths() {
            return stream(ComponentUtil.getFessConfig().getVirtualHosts())
                    .get(stream -> stream.map(h -> "/" + h.getValue3()).toArray(n -> new String[n]));
        }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 4.2K bytes
    - Viewed (0)
Back to top