public class StackELResolver extends ELResolver
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<ELResolver> |
_resolverStack |
RESOLVABLE_AT_DESIGN_TIME, TYPE
Constructor and Description |
---|
StackELResolver() |
StackELResolver(ELResolver a,
ELResolver b) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?> |
getCommonPropertyType(ELContext env,
java.lang.Object base) |
java.util.Iterator<java.beans.FeatureDescriptor> |
getFeatureDescriptors(ELContext env,
java.lang.Object base) |
java.lang.Class<?> |
getType(ELContext context,
java.lang.Object base,
java.lang.Object property) |
java.lang.Object |
getValue(ELContext context,
java.lang.Object base,
java.lang.Object property) |
boolean |
isReadOnly(ELContext context,
java.lang.Object base,
java.lang.Object property) |
ELResolver |
pop() |
void |
push(ELResolver elResolver) |
void |
setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value) |
invoke
public final java.util.ArrayList<ELResolver> _resolverStack
public StackELResolver()
public StackELResolver(ELResolver a, ELResolver b)
public void push(ELResolver elResolver)
public ELResolver pop()
public java.lang.Class<?> getCommonPropertyType(ELContext env, java.lang.Object base)
getCommonPropertyType
in class ELResolver
public java.util.Iterator<java.beans.FeatureDescriptor> getFeatureDescriptors(ELContext env, java.lang.Object base)
getFeatureDescriptors
in class ELResolver
public java.lang.Class<?> getType(ELContext context, java.lang.Object base, java.lang.Object property)
getType
in class ELResolver
public java.lang.Object getValue(ELContext context, java.lang.Object base, java.lang.Object property)
getValue
in class ELResolver
public boolean isReadOnly(ELContext context, java.lang.Object base, java.lang.Object property)
isReadOnly
in class ELResolver
public void setValue(ELContext context, java.lang.Object base, java.lang.Object property, java.lang.Object value)
setValue
in class ELResolver