クラス AdminWebconfigAction

  • すべての実装されたインタフェース:
    FessHtmlPath, org.lastaflute.web.docs.LaActionDocs, org.lastaflute.web.hook.ActionHook, org.lastaflute.web.validation.LaValidatable<FessMessages>

    public class AdminWebconfigAction
    extends FessAdminAction
    作成者:
    shinsuke, Shunji Makino, Keiichi Watanabe
    • コンストラクタの詳細

      • AdminWebconfigAction

        public AdminWebconfigAction()
    • メソッドの詳細

      • setupHtmlData

        protected void setupHtmlData​(org.lastaflute.web.ruts.process.ActionRuntime runtime)
        オーバーライド:
        setupHtmlData クラス内 FessAdminAction
      • index

        @Execute
        public org.lastaflute.web.response.HtmlResponse index​(SearchForm form)
      • list

        @Execute
        public org.lastaflute.web.response.HtmlResponse list​(org.dbflute.optional.OptionalThing<java.lang.Integer> pageNumber,
                                                             SearchForm form)
      • search

        @Execute
        public org.lastaflute.web.response.HtmlResponse search​(SearchForm form)
      • reset

        @Execute
        public org.lastaflute.web.response.HtmlResponse reset​(SearchForm form)
      • searchPaging

        protected void searchPaging​(org.lastaflute.web.response.render.RenderData data,
                                    SearchForm form)
      • createnew

        @Execute
        public org.lastaflute.web.response.HtmlResponse createnew()
      • edit

        @Execute
        public org.lastaflute.web.response.HtmlResponse edit​(EditForm form)
      • details

        @Execute
        public org.lastaflute.web.response.HtmlResponse details​(int crudMode,
                                                                java.lang.String id)
      • create

        @Execute
        public org.lastaflute.web.response.HtmlResponse create​(CreateForm form)
      • update

        @Execute
        public org.lastaflute.web.response.HtmlResponse update​(EditForm form)
      • delete

        @Execute
        public org.lastaflute.web.response.HtmlResponse delete​(EditForm form)
      • getEntity

        public static org.dbflute.optional.OptionalEntity<WebConfig> getEntity​(CreateForm form,
                                                                               java.lang.String username,
                                                                               long currentTime)
      • getWebConfig

        public static org.dbflute.optional.OptionalEntity<WebConfig> getWebConfig​(CreateForm form)
      • registerRolesAndLabels

        protected void registerRolesAndLabels​(org.lastaflute.web.response.render.RenderData data)
      • verifyCrudMode

        protected void verifyCrudMode​(int crudMode,
                                      int expectedMode)