Class ApiAdminPluginAction

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 ApiAdminPluginAction extends FessApiAdminAction
  • Constructor Details

    • ApiAdminPluginAction

      public ApiAdminPluginAction()
  • Method Details

    • get$installed

      @Execute public org.lastaflute.web.response.JsonResponse<ApiResult> get$installed()
    • get$available

      @Execute public org.lastaflute.web.response.JsonResponse<ApiResult> get$available()
    • put$index

      @Execute public org.lastaflute.web.response.JsonResponse<ApiResult> put$index(InstallBody body)
    • delete$index

      @Execute public org.lastaflute.web.response.JsonResponse<ApiResult> delete$index(DeleteBody body)