Package org.apache.myfaces.el.resolver
Class ResourceBundleResolver
java.lang.Object
jakarta.el.ELResolver
org.apache.myfaces.el.resolver.ResourceBundleResolver
public final class ResourceBundleResolver
extends jakarta.el.ELResolver
See Faces 1.2 spec section 5.6.1.4
- Author:
- Stan Silvert
- 
Field SummaryFields inherited from class jakarta.el.ELResolverRESOLVABLE_AT_DESIGN_TIME, TYPE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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) protected RuntimeConfigruntimeConfig(jakarta.el.ELContext context) voidMethods inherited from class jakarta.el.ELResolverconvertToType, invoke
- 
Constructor Details- 
ResourceBundleResolverpublic ResourceBundleResolver()Creates a new instance of ResourceBundleResolver
 
- 
- 
Method Details- 
setValuepublic void setValue(jakarta.el.ELContext context, Object base, Object property, Object value) throws NullPointerException, jakarta.el.PropertyNotFoundException, jakarta.el.PropertyNotWritableException, jakarta.el.ELException - Specified by:
- setValuein class- jakarta.el.ELResolver
- Throws:
- NullPointerException
- jakarta.el.PropertyNotFoundException
- jakarta.el.PropertyNotWritableException
- jakarta.el.ELException
 
- 
isReadOnlypublic boolean isReadOnly(jakarta.el.ELContext context, Object base, Object property) throws NullPointerException, jakarta.el.PropertyNotFoundException, jakarta.el.ELException - Specified by:
- isReadOnlyin class- jakarta.el.ELResolver
- Throws:
- NullPointerException
- jakarta.el.PropertyNotFoundException
- jakarta.el.ELException
 
- 
getValuepublic Object getValue(jakarta.el.ELContext context, Object base, Object property) throws NullPointerException, jakarta.el.PropertyNotFoundException, jakarta.el.ELException - Specified by:
- getValuein class- jakarta.el.ELResolver
- Throws:
- NullPointerException
- jakarta.el.PropertyNotFoundException
- jakarta.el.ELException
 
- 
getTypepublic Class<?> getType(jakarta.el.ELContext context, Object base, Object property) throws NullPointerException, jakarta.el.PropertyNotFoundException, jakarta.el.ELException - Specified by:
- getTypein class- jakarta.el.ELResolver
- Throws:
- NullPointerException
- jakarta.el.PropertyNotFoundException
- jakarta.el.ELException
 
- 
getFeatureDescriptors- Overrides:
- getFeatureDescriptorsin class- jakarta.el.ELResolver
 
- 
getCommonPropertyType- Specified by:
- getCommonPropertyTypein class- jakarta.el.ELResolver
 
- 
runtimeConfig
 
-