Package org.apache.commons.jexl2.introspection

Provides high-level introspective services.

See:
          Description

Interface Summary
JexlMethod Interface used for regular method invocation.
JexlPropertyGet Interface for getting values that appear to be properties.
JexlPropertySet Interface used for setting values that appear to be properties.
Uberspect 'Federated' introspection/reflection interface to allow the introspection behavior in JEXL to be customized.
 

Class Summary
UberspectImpl Implementation of Uberspect to provide the default introspective functionality of JEXL.
UberspectImpl.FieldPropertyGet A JexlPropertyGet for public fields.
UberspectImpl.FieldPropertySet A JexlPropertySet for public fields.
 

Package org.apache.commons.jexl2.introspection Description

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.



Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.