Definitions for "OGNL"
Object-Graph Navigation Language (OGNL), created by OGNL Technology, is a open-source Expression Language (EL) for Java, which, while using simpler expressions than in Java language, it allow getting and setting properties (through defined setProperty and getProperty methods, found in Java Beans) and methods of java classes. It also allow simpler arrays manipulation.