Uses of Class
org.codelibs.fess.app.web.admin.failureurl.SearchForm

Packages that use SearchForm
  • Uses of SearchForm in org.codelibs.fess.app.web.admin.failureurl

    Methods in org.codelibs.fess.app.web.admin.failureurl with parameters of type SearchForm
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminFailureurlAction.back(SearchForm form)
    Returns to the failure URL list page with the current search form.
    org.lastaflute.web.response.HtmlResponse
    AdminFailureurlAction.list(Integer pageNumber, SearchForm form)
    Displays the failure URL list page with pagination support.
    org.lastaflute.web.response.HtmlResponse
    AdminFailureurlAction.reset(SearchForm form)
    Resets the search criteria and pagination state.
    org.lastaflute.web.response.HtmlResponse
    AdminFailureurlAction.search(SearchForm form)
    Performs a search for failure URLs based on the provided criteria.
    protected void
    AdminFailureurlAction.searchPaging(org.lastaflute.web.response.render.RenderData data, SearchForm form)
    Sets up pagination data and restores search form values from the pager.