Class ApiAdminGeneralAction

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

    public class ApiAdminGeneralAction
    extends FessApiAdminAction
    Author:
    shinsuke
    • Field Detail

      • systemProperties

        protected org.codelibs.core.misc.DynamicProperties systemProperties
    • Constructor Detail

      • ApiAdminGeneralAction

        public ApiAdminGeneralAction()
    • Method Detail

      • get$index

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

        @Execute
        public org.lastaflute.web.response.JsonResponse<ApiResult> post$index​(EditBody body)