クラス 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
フィールド概要
クラス AbstractScriptExecutor から継承されたフィールド
loggerコンストラクター概要
コンストラクター方法の概要
クラス DefaultScriptExecutor から継承されたメソッド
postProcessクラス AbstractScriptExecutor から継承されたメソッド
executeScript, getScriptEngineクラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース ScriptExecutor から継承されたメソッド
executeScript
コンストラクターの詳細
RubyScriptExecutor
public RubyScriptExecutor()