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<java.beans.FeatureDescriptor> |
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.ELResolverpublic java.util.Iterator<java.beans.FeatureDescriptor> getFeatureDescriptors(javax.el.ELContext elContext,
java.lang.Object base)
getFeatureDescriptors in class javax.el.ELResolverpublic java.lang.Class<?> getType(javax.el.ELContext elContext,
java.lang.Object base,
java.lang.Object property)
getType in class javax.el.ELResolverpublic java.lang.Object getValue(javax.el.ELContext elContext,
java.lang.Object base,
java.lang.Object property)
getValue in class javax.el.ELResolverpublic boolean isReadOnly(javax.el.ELContext elContext,
java.lang.Object base,
java.lang.Object property)
isReadOnly in class javax.el.ELResolverpublic void setValue(javax.el.ELContext elContext,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value)
setValue in class javax.el.ELResolver