- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for Jsp (0.08 sec)
-
src/main/java/org/codelibs/fess/helper/SystemHelper.java
} /** * Adds a design JSP file name to the map. * * @param key The key for the JSP file. * @param value The file name. */ public void addDesignJspFileName(final String key, final String value) { designJspFileNameMap.put(key, value); } /** * Gets the design JSP file name for a given key. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 36.6K bytes - Viewed (0) -
pom.xml
<artifactId>dbflute-runtime</artifactId> <version>${dbflute.version}</version> </dependency> <!-- J2EE --> <dependency> <groupId>jakarta.servlet.jsp.jstl</groupId> <artifactId>jakarta.servlet.jsp.jstl-api</artifactId> <version>${jakarta.jstl.api.version}</version> <!-- <scope>provided</scope> --> <exclusions> <exclusion> <groupId>jakarta.el</groupId>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Sep 04 05:22:58 UTC 2025 - 49.6K bytes - Viewed (0)