org.mvel.integration |
|
Java Source File Name | Type | Comment |
Interceptor.java | Interface | An interceptor can be used to decorate functionality into an expression. |
ResolverTools.java | Class | A set of tools for dealing with factorys, specifically to make chaining issues easy to deal with. |
VariableResolver.java | Interface | A variable resolver is responsible for physically accessing a variable, for either read or write. |
VariableResolverFactory.java | Interface | A VariableResolverFactory is the primary integration point for tying in external variables. |