クラス RubyScriptExecutor
java.lang.ObjectSE
org.springframework.integration.scripting.jsr223.AbstractScriptExecutor
org.springframework.integration.scripting.jsr223.DefaultScriptExecutor
org.springframework.integration.scripting.jsr223.RubyScriptExecutor
- 実装されたすべてのインターフェース:
ScriptExecutor
Ruby スクリプトをサポートするための
DefaultScriptExecutor
拡張。ここでは、org.jruby.embed.localvariable.behavior
および org.jruby.embed.localcontext.scope
システムプロパティを設定するためにのみ存在します。将来改訂される可能性があります。- 導入:
- 2.1
- 作成者:
- David Turanski, Artem Bilan
フィールドのサマリー
クラス org.springframework.integration.scripting.jsr223.AbstractScriptExecutor から継承されたフィールド
logger
コンストラクターの概要
コンストラクターメソッドのサマリー
クラス org.springframework.integration.scripting.jsr223.DefaultScriptExecutor から継承されたメソッド
postProcess
クラス org.springframework.integration.scripting.jsr223.AbstractScriptExecutor から継承されたメソッド
executeScript, getScriptEngine
クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
インターフェース org.springframework.integration.scripting.ScriptExecutor から継承されたメソッド
executeScript
コンストラクターの詳細
RubyScriptExecutor
public RubyScriptExecutor()