try { return Ognl.getValue(OgnlUtil.compile(expr), context); } catch (OgnlException e) { return null; }
return instance;