Package com.sun.faces.el
Class VariableResolverChainWrapper
java.lang.Object
jakarta.el.ELResolver
com.sun.faces.el.VariableResolverChainWrapper
public class VariableResolverChainWrapper
extends jakarta.el.ELResolver
-
Field Summary
-
Constructor Summary
Constructors Constructor Description VariableResolverChainWrapper(VariableResolver variableResolver)
-
Method Summary
Modifier and Type Method Description Class<?>
getCommonPropertyType(jakarta.el.ELContext context, Object base)
Iterator<FeatureDescriptor>
getFeatureDescriptors(jakarta.el.ELContext context, Object base)
Class<?>
getType(jakarta.el.ELContext context, Object base, Object property)
Object
getValue(jakarta.el.ELContext context, Object base, Object property)
boolean
isReadOnly(jakarta.el.ELContext context, Object base, Object property)
void
setValue(jakarta.el.ELContext context, Object base, Object property, Object val)
void
setWrapped(VariableResolver newVR)
-
Constructor Details
-
Method Details
-
setWrapped
-
getValue
public Object getValue(jakarta.el.ELContext context, Object base, Object property) throws jakarta.el.ELException- Specified by:
getValue
in classjakarta.el.ELResolver
- Throws:
jakarta.el.ELException
-
getType
public Class<?> getType(jakarta.el.ELContext context, Object base, Object property) throws jakarta.el.ELException- Specified by:
getType
in classjakarta.el.ELResolver
- Throws:
jakarta.el.ELException
-
setValue
public void setValue(jakarta.el.ELContext context, Object base, Object property, Object val) throws jakarta.el.ELException- Specified by:
setValue
in classjakarta.el.ELResolver
- Throws:
jakarta.el.ELException
-
isReadOnly
public boolean isReadOnly(jakarta.el.ELContext context, Object base, Object property) throws jakarta.el.ELException- Specified by:
isReadOnly
in classjakarta.el.ELResolver
- Throws:
jakarta.el.ELException
-
getFeatureDescriptors
public Iterator<FeatureDescriptor> getFeatureDescriptors(jakarta.el.ELContext context, Object base)- Specified by:
getFeatureDescriptors
in classjakarta.el.ELResolver
-
getCommonPropertyType
- Specified by:
getCommonPropertyType
in classjakarta.el.ELResolver
-