Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for getVirtualHostHelper (1.61 sec)

  1. src/main/java/org/codelibs/fess/util/ComponentUtil.java

            return getComponent(RELATED_CONTENT_HELPER);
        }
    
        /**
         * Gets the virtual host helper component.
         * @return The virtual host helper.
         */
        public static VirtualHostHelper getVirtualHostHelper() {
            return getComponent(VIRTUAL_HOST_HELPER);
        }
    
        /**
         * Gets the access token helper component.
         * @return The access token helper.
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 28.9K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/helper/SystemHelper.java

         *
         * @return A list of paths to the refreshed files.
         */
        public List<Path> refreshDesignJspFiles() {
            final List<Path> fileList = new ArrayList<>();
            stream(ComponentUtil.getVirtualHostHelper().getVirtualHostPaths())
                    .of(stream -> stream.filter(s -> s != null && !"/".equals(s)).forEach(key -> {
                        designJspFileNameMap.entrySet().stream().forEach(e -> {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 36.6K bytes
    - Viewed (0)
Back to top