Package com.sun.faces.el
Class FacesResourceBundleELResolver
- java.lang.Object
-
- jakarta.el.ELResolver
-
- com.sun.faces.el.FacesResourceBundleELResolver
-
public class FacesResourceBundleELResolver extends jakarta.el.ELResolver- Author:
- edburns
-
-
Constructor Summary
Constructors Constructor Description FacesResourceBundleELResolver()Creates a new instance of FacesResourceBundleELResolver
-
Method Summary
All Methods Instance Methods Concrete Methods 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)ObjectgetValue(jakarta.el.ELContext context, Object base, Object property)booleanisReadOnly(jakarta.el.ELContext context, Object base, Object property)voidsetValue(jakarta.el.ELContext context, Object base, Object property, Object val)
-
-
-
Method Detail
-
getValue
public Object getValue(jakarta.el.ELContext context, Object base, Object property)
- Specified by:
getValuein classjakarta.el.ELResolver
-
getType
public Class<?> getType(jakarta.el.ELContext context, Object base, Object property) throws jakarta.el.ELException
- Specified by:
getTypein 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:
setValuein 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:
isReadOnlyin classjakarta.el.ELResolver- Throws:
jakarta.el.ELException
-
getFeatureDescriptors
public Iterator<FeatureDescriptor> getFeatureDescriptors(jakarta.el.ELContext context, Object base)
- Overrides:
getFeatureDescriptorsin classjakarta.el.ELResolver
-
-