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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetCommonPropertyType(jakarta.el.ELContext context, Object base) getFeatureDescriptors(jakarta.el.ELContext context, Object base) booleanisReadOnly(jakarta.el.ELContext context, Object base, Object property) voidMethods inherited from class jakarta.el.ELResolverconvertToType, invoke
- 
Constructor Details- 
BarELResolverpublic BarELResolver()
 
- 
- 
Method Details- 
getValuepublic Object getValue(jakarta.el.ELContext context, Object base, Object property) throws jakarta.el.ELException - Specified by:
- getValuein class- jakarta.el.ELResolver
- Throws:
- jakarta.el.ELException
 
- 
getTypepublic Class getType(jakarta.el.ELContext context, Object base, Object property) throws jakarta.el.ELException - Specified by:
- getTypein class- jakarta.el.ELResolver
- Throws:
- jakarta.el.ELException
 
- 
setValuepublic void setValue(jakarta.el.ELContext context, Object base, Object property, Object value) throws jakarta.el.ELException - Specified by:
- setValuein class- jakarta.el.ELResolver
- Throws:
- jakarta.el.ELException
 
- 
isReadOnlypublic boolean isReadOnly(jakarta.el.ELContext context, Object base, Object property) throws jakarta.el.ELException - Specified by:
- isReadOnlyin class- jakarta.el.ELResolver
- Throws:
- jakarta.el.ELException
 
- 
getFeatureDescriptors
- 
getCommonPropertyType- Specified by:
- getCommonPropertyTypein class- jakarta.el.ELResolver
 
 
-