Uses of Class
ognl.SimpleNode
-
Packages that use SimpleNode Package Description 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 ognl
Fields in ognl declared as SimpleNode Modifier and Type Field Description private SimpleNodeEvaluation. nodeMethods in ognl that return SimpleNode Modifier and Type Method Description SimpleNodeEvaluation. getNode()Returns theSimpleNodefor thisEvaluationMethods in ognl with parameters of type SimpleNode Modifier and Type Method Description EvaluationEvaluationPool. create(SimpleNode node, java.lang.Object source)Returns an Evaluation that contains the node, source and whether it is a set operation.EvaluationEvaluationPool. create(SimpleNode node, java.lang.Object source, boolean setOperation)Returns an Evaluation that contains the node, source and whether it is a set operation.voidEvaluation. init(SimpleNode node, java.lang.Object source, boolean setOperation)Reinitializes this Evaluation to the parameters specified.voidEvaluation. setNode(SimpleNode value)Sets the node of the evaluation.Constructors in ognl with parameters of type SimpleNode Constructor Description Evaluation(SimpleNode node, java.lang.Object source)Constructs a new "get"Evaluationfrom the node and source given.Evaluation(SimpleNode node, java.lang.Object source, boolean setOperation)Constructs a newEvaluationfrom the node and source given.
-