Class OgnlExpression


  • public class OgnlExpression
    extends Object
    Utility class to encapsulate OGNL expressions.
    Author:
    Alex Silva
    • Constructor Detail

      • OgnlExpression

        public OgnlExpression​(String expressionString)
                       throws ognl.OgnlException
        Throws:
        ognl.OgnlException
    • Method Detail

      • getExpression

        public Object getExpression()
      • 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