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