public class OgnlExpression
extends Object
Utility class to encapsulate OGNL expressions.
- Author:
- Alex Silva
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
OgnlExpression
public OgnlExpression(String expressionString)
throws ognl.OgnlException
- Throws:
ognl.OgnlException
-
Method Details
-
-
getValue
public Object getValue(ognl.OgnlContext context,
Object rootObject)
throws ognl.OgnlException
- Throws:
ognl.OgnlException
-
setValue
public void setValue(ognl.OgnlContext context,
Object rootObject,
Object value)
throws ognl.OgnlException
- Throws:
ognl.OgnlException