Class GroovyScriptParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
org.springframework.integration.scripting.config.AbstractScriptParser
org.springframework.integration.groovy.config.GroovyScriptParser
- All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser
public class GroovyScriptParser
extends org.springframework.integration.scripting.config.AbstractScriptParser
Parser for the <groovy:script/> element.
- Since:
- 2.0
-
Field Summary
-
Constructor Summary
Constructors Constructor Description GroovyScriptParser() -
Method Summary
Modifier and Type Method Description protected java.lang.Class<?>getBeanClass(org.w3c.dom.Element element)protected voidpostProcess(org.springframework.beans.factory.support.BeanDefinitionBuilder builder, org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)Methods inherited from class org.springframework.integration.scripting.config.AbstractScriptParser
doParse, shouldGenerateIdAsFallbackMethods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
doParse, getBeanClassName, getParentName, parseInternal
-
Constructor Details
-
GroovyScriptParser
public GroovyScriptParser()
-
-
Method Details
-
getBeanClass
protected java.lang.Class<?> getBeanClass(org.w3c.dom.Element element)- Overrides:
getBeanClassin classorg.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
-
postProcess
protected void postProcess(org.springframework.beans.factory.support.BeanDefinitionBuilder builder, org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)- Overrides:
postProcessin classorg.springframework.integration.scripting.config.AbstractScriptParser
-