Class ActionMethodELResolver

java.lang.Object
jakarta.el.ELResolver
org.springframework.webflow.expression.el.ActionMethodELResolver

public class ActionMethodELResolver extends jakarta.el.ELResolver
Resolves the method to invoke on a resolved Web Flow Action instance. The resolved Action is usually a MultiAction. Returns an AnnotatedAction wrapper around the target Action configured with the appropriate method dispatching rules.
Author:
Keith Donald
See Also:
  • Constructor Details

    • ActionMethodELResolver

      public ActionMethodELResolver()
  • Method Details

    • getCommonPropertyType

      public Class<?> getCommonPropertyType(jakarta.el.ELContext elContext, Object base)
      Specified by:
      getCommonPropertyType in class jakarta.el.ELResolver
    • getFeatureDescriptors

      public Iterator<FeatureDescriptor> getFeatureDescriptors(jakarta.el.ELContext elContext, Object base)
      Overrides:
      getFeatureDescriptors in class jakarta.el.ELResolver
    • getType

      public Class<?> getType(jakarta.el.ELContext elContext, Object base, Object property)
      Specified by:
      getType in class jakarta.el.ELResolver
    • getValue

      public Object getValue(jakarta.el.ELContext elContext, Object base, Object property)
      Specified by:
      getValue in class jakarta.el.ELResolver
    • isReadOnly

      public boolean isReadOnly(jakarta.el.ELContext elContext, Object base, Object property)
      Specified by:
      isReadOnly in class jakarta.el.ELResolver
    • setValue

      public void setValue(jakarta.el.ELContext elContext, Object base, Object property, Object value)
      Specified by:
      setValue in class jakarta.el.ELResolver