クラス BindVariableNode
java.lang.Object
com.github.mygreen.splate.node.AbstractNode
com.github.mygreen.splate.node.BindVariableNode
- すべての実装されたインタフェース:
Node
(コメントによる定義の)バインド変数のための
Node
です。- バージョン:
- 0.2
- 作成者:
- higa, T.TSUCHIE
-
フィールドの概要
クラスから継承されたフィールド com.github.mygreen.splate.node.AbstractNode
children, position
-
コンストラクタの概要
コンストラクタ説明BindVariableNode
(int position, String expression, org.springframework.expression.Expression parsedExpression) BindVariableNode
を作成します。 -
メソッドの概要
クラスから継承されたメソッド com.github.mygreen.splate.node.AbstractNode
addChild, evaluateExpression, getBindVariableValue, getChild, getChildSize, getEmbeddedValue, getPosition
-
コンストラクタの詳細
-
BindVariableNode
public BindVariableNode(int position, String expression, org.springframework.expression.Expression parsedExpression) BindVariableNode
を作成します。- パラメータ:
position
- テンプレートの位置情報expression
- 式parsedExpression
- パース済みの式
-
-
メソッドの詳細