- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getResponseManager (0.07 seconds)
-
src/main/java/org/codelibs/fess/util/ComponentUtil.java
return getComponent(RequestManager.class); } /** * Gets the response manager component. * @return The response manager. */ public static ResponseManager getResponseManager() { return getComponent(ResponseManager.class); } /** * Gets the job manager component. * @return The job manager. */ public static JobManager getJobManager() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 30.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/OsddHelper.java
* Returns the OSDD as a stream response. * * @return the stream response */ public StreamResponse asStream() { if (osddFile == null) { throw ComponentUtil.getResponseManager().new404("Unsupported Open Search Description Document response."); } return new StreamResponse(osddFile.getName()).contentType(contentType + "; charset=" + encoding).stream(out -> {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 4.7K bytes - Click Count (0)