Class ProcessVariableScopeELResolver


public class ProcessVariableScopeELResolver extends VariableContainerELResolver
Author:
Joram Barrez
  • Field Details

  • Constructor Details

    • ProcessVariableScopeELResolver

      public ProcessVariableScopeELResolver()
  • Method Details

    • getValue

      public Object getValue(ELContext context, Object base, Object property)
      Description copied from class: ELResolver
      Obtain the value of the given property on the given object using the given context.
      Overrides:
      getValue in class VariableContainerELResolver
      Parameters:
      context - The EL context for this evaluation
      base - The base object on which the property is to be found
      property - The property whose value is to be returned
      Returns:
      the value of the provided property