- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for groovyEngine (0.81 sec)
-
src/main/java/org/codelibs/fess/script/groovy/GroovyEngine.java
* and cleaned up after script evaluation to prevent memory leaks.</p> */ public class GroovyEngine extends AbstractScriptEngine { private static final Logger logger = LogManager.getLogger(GroovyEngine.class); /** * Default constructor for GroovyEngine. */ public GroovyEngine() { super(); } /** * Evaluates a Groovy script template with the provided parameters.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 5.5K bytes - Viewed (0) -
src/main/resources/fess_se++.xml
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN" "http://dbflute.org/meta/lastadi10.dtd"> <components> <component name="groovyEngine" class="org.codelibs.fess.script.groovy.GroovyEngine"> <postConstruct name="register"></postConstruct> </component>
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Mon Oct 21 12:16:01 UTC 2024 - 322 bytes - Viewed (0)