Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for apiFormatType (0.95 sec)

  1. src/main/java/org/codelibs/fess/api/BaseApiManager.java

     * Abstract class that provides format detection and response handling for web APIs.
     */
    public abstract class BaseApiManager implements WebApiManager {
    
        private static final String API_FORMAT_TYPE = "apiFormatType";
    
        /** Path prefix for API endpoints. */
        protected String pathPrefix;
    
        /**
         * Enumeration of supported API format types.
         */
        protected enum FormatType {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 5.9K bytes
    - Viewed (0)
Back to top