Class AdminBackupAction

  • All Implemented Interfaces:
    FessHtmlPath, org.lastaflute.web.docs.LaActionDocs, org.lastaflute.web.hook.ActionHook, org.lastaflute.web.validation.LaValidatable<FessMessages>

    public class AdminBackupAction
    extends FessAdminAction
    Author:
    shinsuke
    • Constructor Detail

      • AdminBackupAction

        public AdminBackupAction()
    • 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()
      • upload

        @Execute
        public org.lastaflute.web.response.HtmlResponse upload​(UploadForm form)
      • asyncImport

        protected void asyncImport​(String fileName,
                                   File tempFile)
      • download

        @Execute
        public org.lastaflute.web.response.ActionResponse download​(String id)
      • getSearchLogNdjsonWriteCall

        public static Consumer<Writer> getSearchLogNdjsonWriteCall()
      • getUserInfoNdjsonWriteCall

        public static Consumer<Writer> getUserInfoNdjsonWriteCall()
      • getFavoriteLogNdjsonWriteCall

        public static Consumer<Writer> getFavoriteLogNdjsonWriteCall()
      • getClickLogNdjsonWriteCall

        public static Consumer<Writer> getClickLogNdjsonWriteCall()