Class SearchAction

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 SearchAction extends FessSearchAction
  • Field Details

  • Constructor Details

    • SearchAction

      public SearchAction()
  • Method Details

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

      protected String getDisplayQuery(SearchForm form, List<Map<String,String>> labelTypeItems)
    • createPagingQuery

      protected void createPagingQuery(SearchForm form)