Class LangNamespaceUtils
java.lang.Object
org.springframework.scripting.config.LangNamespaceUtils
Utilities for use with 
LangNamespaceHandler.- Since:
- 2.5
- Author:
- Rob Harrop, Mark Fisher
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic BeanDefinitionRegister aScriptFactoryPostProcessorbean definition in the suppliedBeanDefinitionRegistryif theScriptFactoryPostProcessorhasn't already been registered.
- 
Constructor Details- 
LangNamespaceUtilspublic LangNamespaceUtils()
 
- 
- 
Method Details- 
registerScriptFactoryPostProcessorIfNecessarypublic static BeanDefinition registerScriptFactoryPostProcessorIfNecessary(BeanDefinitionRegistry registry) Register aScriptFactoryPostProcessorbean definition in the suppliedBeanDefinitionRegistryif theScriptFactoryPostProcessorhasn't already been registered.- Parameters:
- registry- the- BeanDefinitionRegistryto register the script processor with
- Returns:
- the ScriptFactoryPostProcessorbean definition (new or already registered)
 
 
-