Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WebApiUtil (0.76 sec)

  1. src/main/java/org/codelibs/fess/util/WebApiUtil.java

     * error handling, and validation in web API context.
     */
    public final class WebApiUtil {
    
        /**
         * Request attribute key for storing web API exceptions.
         */
        private static final String WEB_API_EXCEPTION = "webApiException";
    
        /**
         * Private constructor to prevent instantiation.
         */
        private WebApiUtil() {
        }
    
        /**
         * Sets an object in the current request attributes.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 3.2K bytes
    - Viewed (0)
Back to top