Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getImagePath (1.12 sec)

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

         *
         * @param names the path components to append to the images directory
         * @return the Path object pointing to the images directory
         */
        public static Path getImagePath(final String... names) {
            return getPath(StringUtil.EMPTY, "images", names);
        }
    
        /**
         * Gets the path to CSS files directory.
         *
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 14.1K bytes
    - Viewed (0)
Back to top