Package org.mvel2.integration


package org.mvel2.integration
  • Class
    Description
     
    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.
     
    This interface allows an external property handler to resolve a property against the provided context.
     
    A set of tools for dealing with factorys, specifically to make chaining issues easy to deal with.
    A variable resolver is responsible for physically accessing a variable, for either read or write.
    A VariableResolverFactory is the primary integration point for tying in external variables.