Class AdminDictStopwordsAction

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

    public class AdminDictStopwordsAction
    extends FessAdminAction
    Author:
    ma2tani
    • Constructor Detail

      • AdminDictStopwordsAction

        public AdminDictStopwordsAction()
    • 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​(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​(java.lang.String dictId)
      • edit

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

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

        @Execute
        public org.lastaflute.web.response.HtmlResponse downloadpage​(java.lang.String dictId)
      • download

        @Execute
        public org.lastaflute.web.response.ActionResponse download​(DownloadForm form)
      • uploadpage

        @Execute
        public org.lastaflute.web.response.HtmlResponse uploadpage​(java.lang.String dictId)
      • upload

        @Execute
        public org.lastaflute.web.response.HtmlResponse upload​(UploadForm form)
      • 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)
      • createStopwordsItem

        public static org.dbflute.optional.OptionalEntity<StopwordsItem> createStopwordsItem​(CreateForm form,
                                                                                             org.lastaflute.web.validation.VaErrorHook hook)
      • verifyCrudMode

        protected void verifyCrudMode​(int crudMode,
                                      int expectedMode,
                                      java.lang.String dictId)
      • asDictIndexHtml

        protected org.lastaflute.web.response.HtmlResponse asDictIndexHtml()