Class AdminWizardAction

java.lang.Object
org.lastaflute.web.LastaAction
org.lastaflute.web.TypicalAction
All Implemented Interfaces:
FessHtmlPath, org.lastaflute.web.docs.LaActionDocs, org.lastaflute.web.hook.ActionHook, org.lastaflute.web.validation.LaValidatable<FessMessages>

public class AdminWizardAction extends FessAdminAction
  • Field Details

  • Constructor Details

    • AdminWizardAction

      public AdminWizardAction()
  • Method Details

    • setupHtmlData

      protected void setupHtmlData(org.lastaflute.web.ruts.process.ActionRuntime runtime)
      Overrides:
      setupHtmlData in class FessAdminAction
    • getActionRole

      protected String getActionRole()
      Specified by:
      getActionRole in class FessAdminAction
    • index

      @Execute @Secured({"admin-wizard","admin-wizard-view"}) public org.lastaflute.web.response.HtmlResponse index()
    • crawlingConfigForm

      @Execute @Secured("admin-wizard") public org.lastaflute.web.response.HtmlResponse crawlingConfigForm()
    • crawlingConfig

      @Execute @Secured("admin-wizard") public org.lastaflute.web.response.HtmlResponse crawlingConfig(CrawlingConfigForm form)
    • crawlingConfigNext

      @Execute @Secured("admin-wizard") public org.lastaflute.web.response.HtmlResponse crawlingConfigNext(CrawlingConfigForm form)
    • crawlingConfigInternal

      protected String crawlingConfigInternal(CrawlingConfigForm form)
    • getDefaultInteger

      protected Integer getDefaultInteger(String key, Integer defaultValue)
    • getDefaultLong

      protected Long getDefaultLong(String key, Long defaultValue)
    • getDefaultString

      protected String getDefaultString(String key, String defaultValue)
    • isWebCrawlingPath

      protected boolean isWebCrawlingPath(String path)
    • convertCrawlingPath

      protected String convertCrawlingPath(String path)
    • startCrawlingForm

      @Execute @Secured("admin-wizard") public org.lastaflute.web.response.HtmlResponse startCrawlingForm()
    • startCrawling

      @Execute @Secured("admin-wizard") public org.lastaflute.web.response.HtmlResponse startCrawling(StartCrawlingForm form)