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
Fields inherited from class org.springframework.integration.scripting.config.AbstractScriptParser
LOCATION_ATTRIBUTE, REFRESH_CHECK_DELAY_ATTRIBUTEFields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<?>getBeanClass(Element element) protected voidpostProcess(org.springframework.beans.factory.support.BeanDefinitionBuilder builder, 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, parseInternalMethods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents, shouldGenerateId, shouldParseNameAsAliases
-
Constructor Details
-
GroovyScriptParser
public GroovyScriptParser()
-
-
Method Details
-
getBeanClass
- Overrides:
getBeanClassin classorg.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
-
postProcess
protected void postProcess(org.springframework.beans.factory.support.BeanDefinitionBuilder builder, Element element, org.springframework.beans.factory.xml.ParserContext parserContext) - Overrides:
postProcessin classorg.springframework.integration.scripting.config.AbstractScriptParser
-