类 LangNamespaceHandler

java.lang.Object
cn.taketoday.beans.factory.xml.NamespaceHandlerSupport
cn.taketoday.scripting.config.LangNamespaceHandler
所有已实现的接口:
NamespaceHandler

public class LangNamespaceHandler extends NamespaceHandlerSupport
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>
 
从以下版本开始:
4.0 2022/3/7 21:47
作者:
Rob Harrop, Juergen Hoeller, Mark Fisher, Harry Yang
  • 构造器详细资料

    • LangNamespaceHandler

      public LangNamespaceHandler()
  • 方法详细资料

    • init

      public void init()