Class BarELResolver
java.lang.Object
jakarta.el.ELResolver
com.sun.ts.tests.common.el.api.resolver.BarELResolver
public class BarELResolver
extends jakarta.el.ELResolver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCommonPropertyType
(jakarta.el.ELContext context, Object base) getFeatureDescriptors
(jakarta.el.ELContext context, Object base) boolean
isReadOnly
(jakarta.el.ELContext context, Object base, Object property) void
Methods inherited from class jakarta.el.ELResolver
convertToType, invoke
-
Constructor Details
-
BarELResolver
public BarELResolver()
-
-
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 value) 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
-
getCommonPropertyType
- Specified by:
getCommonPropertyType
in classjakarta.el.ELResolver
-