Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ItemForm (0.05 sec)

  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)
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 1.3K bytes
    - Viewed (0)
Back to top