Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for CrawlingConfigForm (0.06 seconds)

  1. src/main/java/org/codelibs/fess/app/web/admin/wizard/AdminWizardAction.java

         *
         * @return HTML response for the crawling config form
         */
        @Execute
        @Secured({ ROLE })
        public HtmlResponse crawlingConfigForm() {
            saveToken();
            return asHtml(path_AdminWizard_AdminWizardConfigJsp).useForm(CrawlingConfigForm.class);
        }
    
        /**
         * Creates a crawling configuration and returns to the config form.
         *
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Jan 10 02:14:37 GMT 2026
    - 16.4K bytes
    - Click Count (0)
  2. src/main/webapp/WEB-INF/view/admin/wizard/admin_wizard.jsp

                                    <c:if test="${editable}">
                                        <button type="submit" class="btn btn-primary"
                                                name="crawlingConfigForm"
                                                value="<la:message key="labels.wizard_start_button"/>">
                                            <i class="fa fa-arrow-circle-right" aria-hidden="true"></i>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 3.6K bytes
    - Click Count (0)
Back to Top