Class LangNamespaceUtils

java.lang.Object
org.springframework.scripting.config.LangNamespaceUtils

@Deprecated(since="7.0") public abstract class LangNamespaceUtils extends Object
Deprecated.
with no replacement as not actively maintained anymore
Utilities for use with LangNamespaceHandler.
Since:
2.5
Author:
Rob Harrop, Mark Fisher
  • Constructor Details

    • LangNamespaceUtils

      public LangNamespaceUtils()
      Deprecated.
  • Method Details

    • registerScriptFactoryPostProcessorIfNecessary

      public static org.springframework.beans.factory.config.BeanDefinition registerScriptFactoryPostProcessorIfNecessary(org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
      Deprecated.
      Register a ScriptFactoryPostProcessor bean definition in the supplied BeanDefinitionRegistry if the ScriptFactoryPostProcessor hasn't already been registered.
      Parameters:
      registry - the BeanDefinitionRegistry to register the script processor with
      Returns:
      the ScriptFactoryPostProcessor bean definition (new or already registered)