Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Cole (0.01 sec)

  1. AdminBadwordAction.java

    L107: } L108: L109: @Execute L110: @Secured({ ROLE, ROLE + VIEW }) L111: public HtmlResponse search(final SearchForm form) { L112: copyBeanToBean(form, badWordPager, op -> op.exclude(Constants.PAGER_CONVERSION_RULE)); L113: return asHtml(path_AdminBadword_AdminBadwordJsp).renderWith(data -> { L114: searchPaging(data, form); L115: }); L116: } L117: L118: @Execute L119: @Secured({ ROLE, ROLE + VIEW }) L120: public HtmlResponse reset(final SearchForm...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      16.2K bytes
Back to top