- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for acceptHttpMethod (0.08 seconds)
-
src/main/java/org/codelibs/fess/api/json/SearchApiManager.java
* Accepts the HTTP method. * @param request The HTTP request. * @param methods The accepted methods. * @return true if the method is accepted, false otherwise. */ protected boolean acceptHttpMethod(final HttpServletRequest request, final String... methods) { final String method = request.getMethod(); for (final String m : methods) { if (m.equals(method)) { return true;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 27 13:56:32 GMT 2026 - 55.4K bytes - Click Count (1)