public abstract class LangNamespaceUtils
extends java.lang.Object
Constructor and Description |
---|
LangNamespaceUtils() |
Modifier and Type | Method and Description |
---|---|
static BeanDefinition |
registerScriptFactoryPostProcessorIfNecessary(BeanDefinitionRegistry registry)
Register a
ScriptFactoryPostProcessor bean definition in the supplied
BeanDefinitionRegistry if the ScriptFactoryPostProcessor hasn't
already been registered. |
public static BeanDefinition registerScriptFactoryPostProcessorIfNecessary(BeanDefinitionRegistry registry)
ScriptFactoryPostProcessor
bean definition in the supplied
BeanDefinitionRegistry
if the ScriptFactoryPostProcessor
hasn't
already been registered.registry
- the BeanDefinitionRegistry
to register the script processor withScriptFactoryPostProcessor
bean definition (new or already registered)