Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for registerFileConfigItems (0.09 seconds)

  1. src/main/java/org/codelibs/fess/app/web/admin/fileauth/AdminFileauthAction.java

                    form.initialize();
                    form.crudMode = CrudMode.CREATE;
                });
            }).renderWith(data -> {
                registerProtocolSchemeItems(data);
                registerFileConfigItems(data);
            });
        }
    
        /**
         * Displays the edit file authentication page.
         *
         * @param form the edit form
         * @return HTML response for the edit page
         */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 20 13:56:35 GMT 2025
    - 18.7K bytes
    - Click Count (0)
Back to Top