Used by BeanBuilder to read a Spring namespace expression in the Groovy DSL.
Type | Name and description |
---|---|
private BeanConfiguration |
beanConfiguration |
private boolean |
beanDecorator |
private org.xml.sax.EntityResolver |
entityResolver |
private org.xml.sax.ErrorHandler |
errorHandler |
private boolean |
firstCall |
private NamespaceHandler |
namespaceHandler |
private ParserContext |
parserContext |
private int |
validationMode |
Constructor and description |
---|
DynamicElementReader
(java.lang.String namespace, Map namespaceMap, NamespaceHandler namespaceHandler, ParserContext parserContext) |
DynamicElementReader
() |
Type Params | Return Type | Name and description |
---|---|---|
|
protected void |
afterInvocation() Hook that subclass or anonymous classes can overwrite to implement custom behavior after invocation completes |
|
java.lang.Object |
invokeMethod(java.lang.String name, java.lang.Object args) |
|
void |
setClassLoader(java.lang.ClassLoader classLoader) |
Methods inherited from class | Name |
---|---|
class groovy.lang.GroovyObjectSupport |
groovy.lang.GroovyObjectSupport#getMetaClass(), groovy.lang.GroovyObjectSupport#setMetaClass(groovy.lang.MetaClass), groovy.lang.GroovyObjectSupport#wait(long, int), groovy.lang.GroovyObjectSupport#wait(long), groovy.lang.GroovyObjectSupport#wait(), groovy.lang.GroovyObjectSupport#equals(java.lang.Object), groovy.lang.GroovyObjectSupport#toString(), groovy.lang.GroovyObjectSupport#hashCode(), groovy.lang.GroovyObjectSupport#getClass(), groovy.lang.GroovyObjectSupport#notify(), groovy.lang.GroovyObjectSupport#notifyAll(), groovy.lang.GroovyObjectSupport#invokeMethod(java.lang.String, java.lang.Object), groovy.lang.GroovyObjectSupport#setProperty(java.lang.String, java.lang.Object), groovy.lang.GroovyObjectSupport#getProperty(java.lang.String) |
Hook that subclass or anonymous classes can overwrite to implement custom behavior after invocation completes