Uses of Interface
org.apache.commons.ognl.enhance.ExpressionAccessor
Packages that use ExpressionAccessor
-
Uses of ExpressionAccessor in org.apache.commons.ognl
Fields in org.apache.commons.ognl declared as ExpressionAccessorMethods in org.apache.commons.ognl that return ExpressionAccessorModifier and TypeMethodDescriptionNode.getAccessor()Gets the compiled bytecode enhanced expression accessor for getting/setting values.SimpleNode.getAccessor()Methods in org.apache.commons.ognl with parameters of type ExpressionAccessorModifier and TypeMethodDescriptionstatic <T> TOgnl.getValue(ExpressionAccessor expression, OgnlContext context, Object root) Gets the value represented by the given pre-compiled expression on the specified root object.static <T> TOgnl.getValue(ExpressionAccessor expression, OgnlContext context, Object root, Class<T> resultType) Gets the value represented by the given pre-compiled expression on the specified root object.voidNode.setAccessor(ExpressionAccessor accessor) Sets a new compiled accessor for this node expression.voidSimpleNode.setAccessor(ExpressionAccessor accessor) static voidOgnl.setValue(ExpressionAccessor expression, OgnlContext context, Object root, Object value) Sets the value given using the pre-compiled expression on the specified root object.