public class VariableResolverChainWrapper
extends javax.el.ELResolver
Constructor and Description |
---|
VariableResolverChainWrapper(VariableResolver variableResolver) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getCommonPropertyType(javax.el.ELContext context,
Object base) |
Iterator<FeatureDescriptor> |
getFeatureDescriptors(javax.el.ELContext context,
Object base) |
Class<?> |
getType(javax.el.ELContext context,
Object base,
Object property) |
Object |
getValue(javax.el.ELContext context,
Object base,
Object property) |
boolean |
isReadOnly(javax.el.ELContext context,
Object base,
Object property) |
void |
setValue(javax.el.ELContext context,
Object base,
Object property,
Object val) |
void |
setWrapped(VariableResolver newVR) |
public VariableResolverChainWrapper(VariableResolver variableResolver)
public void setWrapped(VariableResolver newVR)
public Object getValue(javax.el.ELContext context, Object base, Object property) throws javax.el.ELException
getValue
in class javax.el.ELResolver
javax.el.ELException
public Class<?> getType(javax.el.ELContext context, Object base, Object property) throws javax.el.ELException
getType
in class javax.el.ELResolver
javax.el.ELException
public void setValue(javax.el.ELContext context, Object base, Object property, Object val) throws javax.el.ELException
setValue
in class javax.el.ELResolver
javax.el.ELException
public boolean isReadOnly(javax.el.ELContext context, Object base, Object property) throws javax.el.ELException
isReadOnly
in class javax.el.ELResolver
javax.el.ELException
public Iterator<FeatureDescriptor> getFeatureDescriptors(javax.el.ELContext context, Object base)
getFeatureDescriptors
in class javax.el.ELResolver
Copyright © 1997–2019 Eclipse Foundation. All rights reserved.