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
-
Field Summary
Fields inherited from class jakarta.el.ELResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of FacesResourceBundleELResolver -
Method Summary
Modifier and TypeMethodDescriptionClass<?>getCommonPropertyType(jakarta.el.ELContext context, Object base) getFeatureDescriptors(jakarta.el.ELContext context, Object base) Class<?>booleanisReadOnly(jakarta.el.ELContext context, Object base, Object property) voidMethods inherited from class jakarta.el.ELResolver
convertToType, invoke
-
Constructor Details
-
FacesResourceBundleELResolver
public FacesResourceBundleELResolver()Creates a new instance of FacesResourceBundleELResolver
-
-
Method Details
-
getValue
- 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
- Overrides:
getFeatureDescriptorsin classjakarta.el.ELResolver
-
getCommonPropertyType
- Specified by:
getCommonPropertyTypein classjakarta.el.ELResolver
-