Class SearchAction

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

    public class SearchAction
    extends FessSearchAction
    • Constructor Detail

      • SearchAction

        public SearchAction()
    • Method Detail

      • index

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

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

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

        @Execute
        public org.lastaflute.web.response.HtmlResponse prev​(SearchForm form)
      • next

        @Execute
        public org.lastaflute.web.response.HtmlResponse next​(SearchForm form)
      • move

        @Execute
        public org.lastaflute.web.response.HtmlResponse move​(SearchForm form)
      • doSearch

        protected org.lastaflute.web.response.HtmlResponse doSearch​(SearchForm form)
      • doMove

        protected org.lastaflute.web.response.HtmlResponse doMove​(SearchForm form,
                                                                  int move)
      • createPagingQuery

        protected void createPagingQuery​(SearchForm form)