public class ScopeSearchingELResolver
extends javax.el.ELResolver
Constructor and Description |
---|
ScopeSearchingELResolver() |
ScopeSearchingELResolver(RequestContext requestContext) |
Modifier and Type | Method and Description |
---|---|
Class |
getCommonPropertyType(javax.el.ELContext elContext,
Object base) |
Iterator |
getFeatureDescriptors(javax.el.ELContext elContext,
Object base) |
Class |
getType(javax.el.ELContext elContext,
Object base,
Object property) |
Object |
getValue(javax.el.ELContext elContext,
Object base,
Object property) |
boolean |
isReadOnly(javax.el.ELContext elContext,
Object base,
Object property) |
void |
setValue(javax.el.ELContext elContext,
Object base,
Object property,
Object value) |
public ScopeSearchingELResolver()
public ScopeSearchingELResolver(RequestContext requestContext)
public Class getCommonPropertyType(javax.el.ELContext elContext, Object base)
getCommonPropertyType
in class javax.el.ELResolver
public Iterator getFeatureDescriptors(javax.el.ELContext elContext, Object base)
getFeatureDescriptors
in class javax.el.ELResolver
public Class getType(javax.el.ELContext elContext, Object base, Object property)
getType
in class javax.el.ELResolver
public Object getValue(javax.el.ELContext elContext, Object base, Object property)
getValue
in class javax.el.ELResolver
public boolean isReadOnly(javax.el.ELContext elContext, Object base, Object property)
isReadOnly
in class javax.el.ELResolver