|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SimpleNode | |
|---|---|
| org.apache.ibatis.ognl | OGNL stands for Object-Graph Navigation Language; it is an expression language for getting and setting properties of Java objects. |
| Uses of SimpleNode in org.apache.ibatis.ognl |
|---|
| Subclasses of SimpleNode in org.apache.ibatis.ognl | |
|---|---|
class |
ExpressionNode
|
| Methods in org.apache.ibatis.ognl that return SimpleNode | |
|---|---|
SimpleNode |
Evaluation.getNode()
Returns the SimpleNode for this Evaluation |
| Methods in org.apache.ibatis.ognl with parameters of type SimpleNode | |
|---|---|
Evaluation |
EvaluationPool.create(SimpleNode node,
java.lang.Object source)
Returns an Evaluation that contains the node, source and whether it is a set operation. |
Evaluation |
EvaluationPool.create(SimpleNode node,
java.lang.Object source,
boolean setOperation)
Returns an Evaluation that contains the node, source and whether it is a set operation. |
void |
Evaluation.init(SimpleNode node,
java.lang.Object source,
boolean setOperation)
Reinitializes this Evaluation to the parameters specified. |
void |
Evaluation.setNode(SimpleNode value)
Sets the node of the evaluation. |
| Constructors in org.apache.ibatis.ognl with parameters of type SimpleNode | |
|---|---|
Evaluation(SimpleNode node,
java.lang.Object source)
Constructs a new "get" Evaluation from the node and source given. |
|
Evaluation(SimpleNode node,
java.lang.Object source,
boolean setOperation)
Constructs a new Evaluation from the node and source given. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||