Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getFormatType (0.1 sec)

  1. src/main/java/org/codelibs/fess/api/json/SearchApiManager.java

        }
    
        @Override
        public void process(final HttpServletRequest request, final HttpServletResponse response, final FilterChain chain)
                throws IOException, ServletException {
            switch (getFormatType(request)) {
            case SEARCH:
                processSearchRequest(request, response, chain);
                break;
            case LABEL:
                processLabelRequest(request, response, chain);
                break;
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 12 01:54:46 UTC 2024
    - 50.3K bytes
    - Viewed (0)
Back to top