public class SpringAwareGroovyServlet
extends GroovyServlet
GroovyServlet which is making all Spring bean accessible from
Registry.getApplicationContext().| Modifier and Type | Class and Description |
|---|---|
protected static class |
SpringAwareGroovyServlet.SpringAwareBinding
Groovy
Binding which is delegating to a existing one but looks up missing variables inside the provided
ApplicationContext. |
protected static class |
SpringAwareGroovyServlet.SpringAwareGroovySriptEngine
Modified
GroovyScriptEngine which holds a ApplicationContext and wrapping each Binding
into a SpringAwareGroovyServlet.SpringAwareBinding. |
| Constructor and Description |
|---|
SpringAwareGroovyServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected GroovyScriptEngine |
createGroovyScriptEngine() |
Copyright © 2018 SAP SE. All Rights Reserved.