Object-Graph Navigation Language
Sign in to saveAlso known as Apache Commons OGNL, Commons OGNL
Object-Graph Navigation Language (OGNL) is an open-source Expression Language (EL) for Java, which, while using simpler expressions than the full range of those supported by the Java language, allows getting and setting properties (through defined setProperty and getProperty methods, found in JavaBeans), and execution of methods of Java classes. It also allows for simpler array manipulation.
Wikidata facts
- Official website
- ognl.orphan.software
Show 2 more facts
- source code repository URL
- github.com/orphan-oss/ognl
- software version identifier
- 3.4.9
via Wikidata · CC0
~3 min read
Article
6 sectionsContents
- OGNL Technology
- Projects using OGNL
- OGNL security issues
- See also
- External links
- References
Object-Graph Navigation Language (OGNL) is an open-source Expression Language (EL) for Java, which, while using simpler expressions than the full range of those supported by the Java language, allows getting and setting properties (through defined setProperty and getProperty methods, found in JavaBeans), and execution of methods of Java classes. It also allows for simpler array manipulation.
It is aimed to be used in Java EE applications with taglibs as expression language.