public abstract class LangNamespaceUtils extends Object
| 构造器和说明 |
|---|
LangNamespaceUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static org.springframework.beans.factory.config.BeanDefinition |
registerScriptFactoryPostProcessorIfNecessary(org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
Register a
ScriptFactoryPostProcessor bean definition in the supplied
BeanDefinitionRegistry if the ScriptFactoryPostProcessor hasn't
already been registered. |
public static org.springframework.beans.factory.config.BeanDefinition registerScriptFactoryPostProcessorIfNecessary(org.springframework.beans.factory.support.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)