Class LangNamespaceHandler
java.lang.Object
org.springframework.beans.factory.xml.NamespaceHandlerSupport
org.springframework.scripting.config.LangNamespaceHandler
- All Implemented Interfaces:
- NamespaceHandler
Deprecated.
with no replacement as not actively maintained anymore
NamespaceHandler that supports the wiring of
objects backed by dynamic languages such as Groovy, JRuby and
BeanShell. The following is an example (from the reference
documentation) that details the wiring of a Groovy backed bean:
<lang:groovy id="messenger"
    refresh-check-delay="5000"
    script-source="classpath:Messenger.groovy">
<lang:property name="message" value="I Can Do The Frug"/>
</lang:groovy>
- Since:
- 2.0
- Author:
- Rob Harrop, Juergen Hoeller, Mark Fisher
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidinit()Deprecated.Invoked by theDefaultBeanDefinitionDocumentReaderafter construction but before any custom elements are parsed.Methods inherited from class NamespaceHandlerSupportdecorate, parse, registerBeanDefinitionDecorator, registerBeanDefinitionDecoratorForAttribute, registerBeanDefinitionParser
- 
Constructor Details- 
LangNamespaceHandlerpublic LangNamespaceHandler()Deprecated.
 
- 
- 
Method Details- 
initpublic void init()Deprecated.Description copied from interface:NamespaceHandlerInvoked by theDefaultBeanDefinitionDocumentReaderafter construction but before any custom elements are parsed.- See Also:
 
 
-