Skip to content
EntityQ262666· pop 9· linked from 5 articles

Object-Graph Navigation Language

Sign in to save

Also 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
Sources (4)

via Wikidata · CC0

~3 min read

Article

6 sections
Contents
  • 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.

Available in 9 languages

via Wikidata sitelinks · CC0

Connections

Categories