Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getContextPath (0.07 seconds)

  1. src/main/java/org/codelibs/fess/chat/ChatClient.java

         *
         * @return the context path
         */
        protected String resolveContextPath() {
            return LaRequestUtil.getOptionalRequest().map(HttpServletRequest::getContextPath).orElse("");
        }
    
        /**
         * Builds a go URL for the given document.
         *
         * @param contextPath the application context path
         * @param docId the document ID
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 21 06:04:58 GMT 2026
    - 56.6K bytes
    - Click Count (0)
Back to Top