Package com.sun.faces.el
Class PropertyResolverChainWrapper
java.lang.Object
jakarta.el.ELResolver
com.sun.faces.el.PropertyResolverChainWrapper
public class PropertyResolverChainWrapper
extends jakarta.el.ELResolver
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PropertyResolverChainWrapper(PropertyResolver propertyResolver)
-
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)
-
Constructor Details
-
Method Details
-
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
-