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
- Instance of
- free software
- Part of
- Apache Commons
- Platform
- Java virtual machine
- Official website
- ognl.orphan.software
- Has use
- Jakarta Expression Language
Show 6 more facts
- programmed in
- Q2370
- copyright license
- Apache Software License 2.0
- operating system
- cross-platform
- source code repository URL
- github.com/orphan-oss/ognl
- implementation of
- Jakarta Expression Language
- software version identifier
- 3.4.9
via Wikidata · CC0
~3 min read
Encyclopedic overview
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.
Excerpted from Wikipedia’s “Object-Graph Navigation Language” article, available under the CC BY-SA 4.0 licence.