Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setImageExtention (0.36 sec)

  1. src/main/java/org/codelibs/fess/thumbnail/ThumbnailManager.java

        }
    
        /**
         * Sets the image file extension for thumbnails.
         *
         * @param imageExtention the file extension to set
         */
        public void setImageExtention(final String imageExtention) {
            this.imageExtention = imageExtention;
        }
    
        /**
         * Sets the split size for directory organization.
         *
         * @param splitSize the split size to set
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 27K bytes
    - Viewed (0)
Back to top