- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getServletContext (0.06 seconds)
-
src/main/java/org/codelibs/fess/helper/ViewHelper.java
* @param path the page path to check * @return true if the page exists, false otherwise */ private boolean existsPage(final String path) { final String realPath = LaServletContextUtil.getServletContext().getRealPath(path); final File file = new File(realPath); return file.isFile(); } /** * Creates cached content with highlighting for a document.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 52.6K bytes - Click Count (0)