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:
-
Field Summary
Fields inherited from class jakarta.el.ELResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>getCommonPropertyType(jakarta.el.ELContext elContext, Object base) getFeatureDescriptors(jakarta.el.ELContext elContext, Object base) Class<?>booleanisReadOnly(jakarta.el.ELContext elContext, Object base, Object property) voidMethods inherited from class jakarta.el.ELResolver
convertToType, invoke
-
Constructor Details
-
ActionMethodELResolver
public ActionMethodELResolver()
-
-
Method Details
-
getCommonPropertyType
- Specified by:
getCommonPropertyTypein classjakarta.el.ELResolver
-
getFeatureDescriptors
public Iterator<FeatureDescriptor> getFeatureDescriptors(jakarta.el.ELContext elContext, Object base) - Overrides:
getFeatureDescriptorsin classjakarta.el.ELResolver
-
getType
- Specified by:
getTypein classjakarta.el.ELResolver
-
getValue
- Specified by:
getValuein classjakarta.el.ELResolver
-
isReadOnly
- Specified by:
isReadOnlyin classjakarta.el.ELResolver
-
setValue
- Specified by:
setValuein classjakarta.el.ELResolver
-