- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for servletContext (0.07 seconds)
-
src/main/java/org/codelibs/fess/filter/EncodingFilter.java
/** Default character encoding to use for requests */ protected String encoding; /** Servlet context for this filter */ protected ServletContext servletContext; /** URL codec for encoding and decoding URL parameters */ protected URLCodec urlCodec = new URLCodec(); /** * Default constructor for EncodingFilter. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 9.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/job/PythonJob.java
* @throws JobProcessingException if the Python script execution fails */ protected void executePython() { final List<String> cmdList = new ArrayList<>(); final ServletContext servletContext = ComponentUtil.getComponent(ServletContext.class); final ProcessHelper processHelper = ComponentUtil.getProcessHelper(); final FessConfig fessConfig = ComponentUtil.getFessConfig();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 8.2K bytes - Click Count (0)