org.springframework.scripting.config
Class LangNamespaceUtils
java.lang.Object
   org.springframework.scripting.config.LangNamespaceUtils
org.springframework.scripting.config.LangNamespaceUtils
- public abstract class LangNamespaceUtils 
- extends Object
- Since:
- 2.5
- Author:
- Rob Harrop, Mark Fisher
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
LangNamespaceUtils
public LangNamespaceUtils()
registerScriptFactoryPostProcessorIfNecessary
public static BeanDefinition registerScriptFactoryPostProcessorIfNecessary(BeanDefinitionRegistry registry)
- Register a ScriptFactoryPostProcessorbean 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)
 
Copyright © 2002-2008 The Spring Framework.