Class AdminWizardAction

  • 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
    • Constructor Detail

      • AdminWizardAction

        public AdminWizardAction()
    • Method Detail

      • setupHtmlData

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

        @Execute
        public org.lastaflute.web.response.HtmlResponse index()
      • crawlingConfigForm

        @Execute
        public org.lastaflute.web.response.HtmlResponse crawlingConfigForm()
      • crawlingConfig

        @Execute
        public org.lastaflute.web.response.HtmlResponse crawlingConfig​(CrawlingConfigForm form)
      • crawlingConfigNext

        @Execute
        public org.lastaflute.web.response.HtmlResponse crawlingConfigNext​(CrawlingConfigForm form)
      • crawlingConfigInternal

        protected java.lang.String crawlingConfigInternal​(CrawlingConfigForm form)
      • getDefaultInteger

        protected java.lang.Integer getDefaultInteger​(java.lang.String key,
                                                      java.lang.Integer defaultValue)
      • getDefaultLong

        protected java.lang.Long getDefaultLong​(java.lang.String key,
                                                java.lang.Long defaultValue)
      • getDefaultString

        protected java.lang.String getDefaultString​(java.lang.String key,
                                                    java.lang.String defaultValue)
      • isWebCrawlingPath

        protected boolean isWebCrawlingPath​(java.lang.String path)
      • convertCrawlingPath

        protected java.lang.String convertCrawlingPath​(java.lang.String path)
      • startCrawlingForm

        @Execute
        public org.lastaflute.web.response.HtmlResponse startCrawlingForm()
      • startCrawling

        @Execute
        public org.lastaflute.web.response.HtmlResponse startCrawling​(StartCrawlingForm form)