public class DefaultELResolver
extends javax.el.CompositeELResolver
| Constructor and Description |
|---|
DefaultELResolver(java.util.List customResolvers)
Creates a new default EL resolver for resolving properties of the root object.
|
DefaultELResolver(java.lang.Object target,
java.util.List customResolvers)
Creates a new default EL resolver for resolving properties of the root object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getTarget() |
java.lang.Class |
getType(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property) |
java.lang.Object |
getValue(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property) |
void |
setValue(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object val) |
public DefaultELResolver(java.util.List customResolvers)
customResolvers - the custom resolvers to apply before this resolverpublic DefaultELResolver(java.lang.Object target,
java.util.List customResolvers)
target - the target, or "root", object of the expressioncustomResolvers - the custom resolvers to apply before this resolverpublic java.lang.Object getTarget()
public java.lang.Class getType(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property)
getType in class javax.el.CompositeELResolverpublic java.lang.Object getValue(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property)
getValue in class javax.el.CompositeELResolverpublic void setValue(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object val)
setValue in class javax.el.CompositeELResolver