|
|||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||
public interface ProcessorTreeWalker
プロセッサツリーを操作する。
| メソッドの概要 | |
|---|---|
void |
addChildProcessor(ProcessorTreeWalker child)
子ProcessorTreeWalkerを追加する。 |
void |
clearChildProcessors()
子ProcessorTreeWalkerを全て削除する。 |
ProcessorTreeWalker |
getChildProcessor(int index)
指定インデックスの子ProcessorTreeWalkerを取得する。 |
int |
getChildProcessorSize()
子ProcessorTreeWalkerの数を取得する。 |
ProcessorTreeWalker |
getParentProcessor()
親ProcessorTreeWalkerを取得する。 |
java.util.Map |
getVariables()
プロセッサ実行スコープに、登録スクリプト変数を提供する。 |
void |
insertProcessor(int index,
ProcessorTreeWalker child)
子ProcessorTreeWalkerを指定した位置に挿入して追加する。 |
boolean |
removeProcessor(ProcessorTreeWalker child)
子ProcessorTreeWalkerを削除する。 |
void |
setParentProcessor(ProcessorTreeWalker parent)
ノードの初期化を行う。 |
| インタフェース org.seasar.mayaa.engine.specification.serialize.ProcessorReferenceResolverFinder から継承されたメソッド |
|---|
findProcessorResolver |
| インタフェース org.seasar.mayaa.engine.specification.serialize.NodeReferenceResolverFinder から継承されたメソッド |
|---|
findNodeResolver |
| メソッドの詳細 |
|---|
java.util.Map getVariables()
void setParentProcessor(ProcessorTreeWalker parent)
parent - 親ProcessorTreeWalkervoid addChildProcessor(ProcessorTreeWalker child)
child - 子ProcessorTreeWalker
void insertProcessor(int index,
ProcessorTreeWalker child)
index - インデックス値child - 子ProcessorTreeWalkerboolean removeProcessor(ProcessorTreeWalker child)
child - 子ProcessorTreeWalker
ProcessorTreeWalker getParentProcessor()
int getChildProcessorSize()
ProcessorTreeWalker getChildProcessor(int index)
index - 指定index。
void clearChildProcessors()
|
|||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||