Uses of Interface
org.apache.commons.ognl.enhance.ExpressionAccessor

Packages that use ExpressionAccessor
org.apache.commons.ognl   
 

Uses of ExpressionAccessor in org.apache.commons.ognl
 

Methods in org.apache.commons.ognl that return ExpressionAccessor
 ExpressionAccessor SimpleNode.getAccessor()
           
 ExpressionAccessor Node.getAccessor()
          Gets the compiled bytecode enhanced expression accessor for getting/setting values.
 

Methods in org.apache.commons.ognl with parameters of type ExpressionAccessor
static
<T> T
Ognl.getValue(ExpressionAccessor expression, OgnlContext context, Object root)
          Gets the value represented by the given pre-compiled expression on the specified root object.
static
<T> T
Ognl.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.
 void SimpleNode.setAccessor(ExpressionAccessor accessor)
           
 void Node.setAccessor(ExpressionAccessor accessor)
          Sets a new compiled accessor for this node expression.
static void Ognl.setValue(ExpressionAccessor expression, OgnlContext context, Object root, Object value)
          Sets the value given using the pre-compiled expression on the specified root object.
 



Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.