public class ActionMethodELResolver
extends javax.el.ELResolver
MultiAction
. Returns an AnnotatedAction wrapper around the target Action
configured with the appropriate method dispatching rules.EvaluateAction
Constructor and Description |
---|
ActionMethodELResolver() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
getCommonPropertyType(javax.el.ELContext elContext,
java.lang.Object base) |
java.util.Iterator |
getFeatureDescriptors(javax.el.ELContext elContext,
java.lang.Object base) |
java.lang.Class |
getType(javax.el.ELContext elContext,
java.lang.Object base,
java.lang.Object property) |
java.lang.Object |
getValue(javax.el.ELContext elContext,
java.lang.Object base,
java.lang.Object property) |
boolean |
isReadOnly(javax.el.ELContext elContext,
java.lang.Object base,
java.lang.Object property) |
void |
setValue(javax.el.ELContext elContext,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value) |
public java.lang.Class getCommonPropertyType(javax.el.ELContext elContext, java.lang.Object base)
getCommonPropertyType
in class javax.el.ELResolver
public java.util.Iterator getFeatureDescriptors(javax.el.ELContext elContext, java.lang.Object base)
getFeatureDescriptors
in class javax.el.ELResolver
public java.lang.Class getType(javax.el.ELContext elContext, java.lang.Object base, java.lang.Object property)
getType
in class javax.el.ELResolver
public java.lang.Object getValue(javax.el.ELContext elContext, java.lang.Object base, java.lang.Object property)
getValue
in class javax.el.ELResolver
public boolean isReadOnly(javax.el.ELContext elContext, java.lang.Object base, java.lang.Object property)
isReadOnly
in class javax.el.ELResolver
public void setValue(javax.el.ELContext elContext, java.lang.Object base, java.lang.Object property, java.lang.Object value)
setValue
in class javax.el.ELResolver