OGNL
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
Article · Español
Object-Graph Navigation Language (OGNL), creado por , es un Lenguaje de Expresiones de código abierto para Java, el cual, mediante el uso de expresiones más simples que el amplio espectro que soporta Java, permite obtener y establecer propiedades (a través de métodos ya definidos getProperty y setProperty similares a los presentes en todos los JavaBeans) y la ejecución de métodos de clases Java.
Abstract from DBpedia / Wikipedia · CC BY-SA