Class FacesResourceBundleELResolver


  • public class FacesResourceBundleELResolver
    extends jakarta.el.ELResolver
    Author:
    edburns
    • Constructor Detail

      • FacesResourceBundleELResolver

        public FacesResourceBundleELResolver()
        Creates a new instance of FacesResourceBundleELResolver
    • Method Detail

      • getValue

        public Object getValue​(jakarta.el.ELContext context,
                               Object base,
                               Object property)
        Specified by:
        getValue in class jakarta.el.ELResolver
      • getType

        public Class<?> getType​(jakarta.el.ELContext context,
                                Object base,
                                Object property)
                         throws jakarta.el.ELException
        Specified by:
        getType in class jakarta.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 class jakarta.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 class jakarta.el.ELResolver
        Throws:
        jakarta.el.ELException
      • getFeatureDescriptors

        public Iterator<FeatureDescriptor> getFeatureDescriptors​(jakarta.el.ELContext context,
                                                                 Object base)
        Overrides:
        getFeatureDescriptors in class jakarta.el.ELResolver
      • getCommonPropertyType

        public Class<?> getCommonPropertyType​(jakarta.el.ELContext context,
                                              Object base)
        Specified by:
        getCommonPropertyType in class jakarta.el.ELResolver