org.apache.commons.jexl2.introspection.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-jexl Show documentation
Show all versions of commons-jexl Show documentation
Jexl is an implementation of the JSTL Expression Language with extensions.
The newest version!
Package Documentation for org.apache.commons.jexl2.introspection Package
Provides high-level introspective services.
The Uberspect, JexlMethod, JexlPropertyGet and JexlPropertySet interfaces
form the exposed face of introspective services.
The Uberspectimpl is the concrete class implementing the Uberspect interface.
Deriving from this class is the preferred way of augmenting Jexl introspective
capabilities when special needs to be fullfilled or when default behaviors
need to be modified.