protected static class SpringAwareGroovyServlet.SpringAwareBinding
extends Binding
Binding which is delegating to a existing one but looks up missing variables inside the provided
ApplicationContext.
Do note that beans are stored inside the binding and therefore only looked up once!| Constructor and Description |
|---|
SpringAwareBinding(Binding delegate,
ApplicationContext springCtx) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getProperty(String property) |
Object |
getVariable(String name) |
Map |
getVariables() |
boolean |
hasVariable(String name) |
void |
setProperty(String property,
Object newValue) |
void |
setVariable(String name,
Object value) |
Copyright © 2017 SAP SE. All Rights Reserved.