- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 34 for wizard (0.04 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/wizard/IndexForm.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.admin.wizard; /** * Form class for the admin wizard index page. * This form handles the initial setup and configuration * in the administrative wizard interface. */ public class IndexForm { /** * Default constructor for index form.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/wizard/AdminWizardAction.java
import jakarta.annotation.Resource; /** * Admin action for configuration wizard. * */ public class AdminWizardAction extends FessAdminAction { /** * Default constructor. */ public AdminWizardAction() { super(); } /** Role name for admin wizard operations */ public static final String ROLE = "admin-wizard";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 15.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/wizard/StartCrawlingForm.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.admin.wizard; /** * Form class for starting crawling operations in the admin wizard. * * This form is used to collect user input and parameters needed to initiate * crawling operations through the administrative interface wizard workflow. * It serves as a data transfer object between the web layer and the crawling * service components.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/wizard/CrawlingConfigForm.java
*/ package org.codelibs.fess.app.web.admin.wizard; import org.lastaflute.web.validation.Required; import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; import jakarta.validation.constraints.Max; import jakarta.validation.constraints.Min; import jakarta.validation.constraints.Size; /** * Form class for crawling configuration wizard in the admin interface.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java
/** The path of the HTML: /admin/wizard/admin_wizard.jsp */ HtmlNext path_AdminWizard_AdminWizardJsp = new HtmlNext("/admin/wizard/admin_wizard.jsp"); /** The path of the HTML: /admin/wizard/admin_wizard_config.jsp */ HtmlNext path_AdminWizard_AdminWizardConfigJsp = new HtmlNext("/admin/wizard/admin_wizard_config.jsp"); /** The path of the HTML: /admin/wizard/admin_wizard_start.jsp */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 21 04:02:44 UTC 2025 - 26.3K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.handler_script=Script labels.data_crawling_button_create=Create labels.data_crawling_button_create_job=Create New Job labels.wizard_title_configuration=Configuration Wizard labels.wizard_start_title=Easy Setup labels.wizard_start_desc=You can create a crawl setting easily by using Configuration Wizard. labels.wizard_start_button=Start Setup labels.wizard_button_cancel=Cancel labels.wizard_crawling_config_title=Crawl Config
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/action/FessHtmlPathTest.java
assertEquals("/admin/general/admin_general.jsp", FessHtmlPath.path_AdminGeneral_AdminGeneralJsp.getRoutingPath()); assertEquals("/admin/wizard/admin_wizard.jsp", FessHtmlPath.path_AdminWizard_AdminWizardJsp.getRoutingPath()); assertEquals("/index.jsp", FessHtmlPath.path_IndexJsp.getRoutingPath());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 12.9K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.handler_script=Script labels.data_crawling_button_create=Create labels.data_crawling_button_create_job=Create New Job labels.wizard_title_configuration=Configuration Wizard labels.wizard_start_title=Easy Setup labels.wizard_start_desc=You can create a crawl setting easily by using Configuration Wizard. labels.wizard_start_button=Start Setup labels.wizard_button_cancel=Cancel labels.wizard_crawling_config_title=Crawl Config
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 28 08:40:50 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_message_nl.properties
errors.design_file_name_is_invalid = Bestandsnaam is ongeldig. errors.design_file_is_unsupported_type = Dit bestandstype wordt niet ondersteund. errors.failed_to_create_crawling_config_at_wizard = Kan de crawlconfiguratie niet maken in de wizard. errors.design_editor_disabled = Deze functie is uitgeschakeld. errors.not_found_on_file_system = Niet gevonden. Oorzaak: {0}
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12K bytes - Viewed (0) -
src/main/resources/fess_message.properties
errors.design_file_name_is_invalid = The file name is invalid. errors.design_file_is_unsupported_type = This file type is unsupported. errors.failed_to_create_crawling_config_at_wizard = Failed to create a crawling config at a wizard. errors.design_editor_disabled = This feature is disabled. errors.not_found_on_file_system = Not found. Cause: {0} errors.could_not_open_on_system = Could not open {0}.<br>Please check if the file is associated with an application.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.6K bytes - Viewed (0)