Interface Summary |
Interceptor |
An interceptor can be used to decorate functionality into an expression or to hook into external functionality, such
as to log an event or fire some other event. |
Listener |
|
PropertyHandler |
This interface allows an external property handler to resolve a property against the provided context. |
VariableResolver |
A variable resolver is responsible for physically accessing a variable, for either read or write. |
VariableResolverFactory |
A VariableResolverFactory is the primary integration point for tying in external variables. |