Class AdminPluginAction

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

    public class AdminPluginAction
    extends FessAdminAction
    • Constructor Detail

      • AdminPluginAction

        public AdminPluginAction()
    • 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()
      • delete

        @Execute
        public org.lastaflute.web.response.HtmlResponse delete​(DeleteForm form)
      • install

        @Execute
        public org.lastaflute.web.response.HtmlResponse install​(InstallForm form)
      • installplugin

        @Execute
        public org.lastaflute.web.response.HtmlResponse installplugin()
      • getAllAvailableArtifacts

        public static List<Map<String,​String>> getAllAvailableArtifacts()
      • getAllInstalledArtifacts

        public static List<Map<String,​String>> getAllInstalledArtifacts()