public class DefaultContentActionInterpreter extends AbstractInterpreterBase implements ContentActionInterpreter
KEY_ClientEvent, KEY_Content, KEY_ContentActionDefinition
コンストラクタと説明 |
---|
DefaultContentActionInterpreter() |
修飾子とタイプ | メソッドと説明 |
---|---|
Interpreter |
getInterpreter()
インタプリタインスタンスを返す
|
InterpreterCategory |
getInterpreterCategory()
インタプリタ種別を返す
|
protected boolean |
interpret(Expression expression,
java.util.Map controlMap)
命令を解釈実行する
|
protected void |
setup(java.util.Map info)
インタプリタのセットアップを行う
|
execute, getReference, interpretChildren, setReferenceSource
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute
public Interpreter getInterpreter()
getInterpreter
インタフェース内 InterpreterSource
public InterpreterCategory getInterpreterCategory()
getInterpreterCategory
インタフェース内 InterpreterSource
protected void setup(java.util.Map info)
setup
クラス内 AbstractInterpreterBase
info
- パラメータマップprotected boolean interpret(Expression expression, java.util.Map controlMap) throws RecoverableException
interpret
クラス内 AbstractInterpreterBase
expression
- 実行命令controlMap
- 制御パラメータマップRecoverableException
- アクション実行時にエラーになった場合