Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
SimpleObject root = new SimpleObject();OgnlContext context =  (OgnlContext) Ognl.createDefaultContext(null);  Node  Node node =   (Node) Ognl.compileExpression(context, root, "user.name");String userName = node.getAccessor().get(context, root);