org.springframework.integration.scripting.config.jsr223
Class ScriptParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
org.springframework.integration.scripting.config.AbstractScriptParser
org.springframework.integration.scripting.config.jsr223.ScriptParser
- All Implemented Interfaces:
- org.springframework.beans.factory.xml.BeanDefinitionParser
public class ScriptParser
- extends AbstractScriptParser
- Since:
- 2.1
- Author:
- David Turanski
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
ID_ATTRIBUTE, NAME_ATTRIBUTE |
Method Summary |
protected java.lang.String |
getBeanClassName(org.w3c.dom.Element element)
|
protected java.lang.String |
getScriptSourceClassName()
|
protected void |
postProcess(org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
Subclasses may override this no-op method to provide additional configuration. |
Methods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser |
doParse, getBeanClass, getParentName, parseInternal |
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
parse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents, shouldGenerateId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScriptParser
public ScriptParser()
getBeanClassName
protected java.lang.String getBeanClassName(org.w3c.dom.Element element)
- Specified by:
getBeanClassName
in class AbstractScriptParser
getScriptSourceClassName
protected java.lang.String getScriptSourceClassName()
- Specified by:
getScriptSourceClassName
in class AbstractScriptParser
postProcess
protected void postProcess(org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
- Description copied from class:
AbstractScriptParser
- Subclasses may override this no-op method to provide additional configuration.
- Overrides:
postProcess
in class AbstractScriptParser