|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroovyScriptEngine | |
---|---|
groovy.servlet | Support for Groovlets which are Servlets written as a simple Groovy script. |
Uses of GroovyScriptEngine in groovy.servlet |
---|
Fields in groovy.servlet declared as GroovyScriptEngine | |
---|---|
private GroovyScriptEngine |
GroovyServlet.gse
The script engine executing the Groovy scripts for this servlet |
Methods in groovy.servlet that return GroovyScriptEngine | |
---|---|
protected GroovyScriptEngine |
GroovyServlet.createGroovyScriptEngine()
Hook method to setup the GroovyScriptEngine to use. Subclasses may override this method to provide a custom engine. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |