Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ItemForm (0.04 seconds)

  1. src/main/java/org/codelibs/fess/app/web/admin/storage/ItemForm.java

     * This form handles file upload and management operations for storage items.
     */
    public class ItemForm {
    
        /** The path of the storage item */
        public String path;
    
        /**
         * Default constructor.
         */
        public ItemForm() {
            // Default constructor
        }
    
        /** The name of the storage item, limited to 100 characters */
        @Size(max = 100)
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 1.3K bytes
    - Click Count (0)
Back to Top