Class ApiAdminGeneralAction

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 ApiAdminGeneralAction extends FessApiAdminAction
Author:
shinsuke
  • Field Details

    • systemProperties

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

    • ApiAdminGeneralAction

      public ApiAdminGeneralAction()
  • Method Details

    • 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)