Uses of Class
ognl.SimpleNode
Packages that use SimpleNode
Package
Description
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
Subclasses of SimpleNode in ognlModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Base class for boolean expressions.class
Base class for types that compare values.class
class
Base class for numeric expressions.Methods in ognl that return SimpleNodeModifier and TypeMethodDescriptionEvaluation.getNode()
Returns theSimpleNode
for thisEvaluation
Methods in ognl with parameters of type SimpleNodeModifier and TypeMethodDescriptionEvaluationPool.create
(SimpleNode node, Object source) Returns an Evaluation that contains the node, source and whether it is a set operation.EvaluationPool.create
(SimpleNode node, Object source, boolean setOperation) Returns an Evaluation that contains the node, source and whether it is a set operation.void
Evaluation.init
(SimpleNode node, Object source, boolean setOperation) Reinitializes this Evaluation to the parameters specified.void
Evaluation.setNode
(SimpleNode value) Sets the node of the evaluation.Constructors in ognl with parameters of type SimpleNodeModifierConstructorDescriptionEvaluation
(SimpleNode node, Object source) Constructs a new "get"Evaluation
from the node and source given.Evaluation
(SimpleNode node, Object source, boolean setOperation) Constructs a newEvaluation
from the node and source given.