public class FacesResourceBundleELResolver
extends javax.el.ELResolver
| Constructor and Description |
|---|
FacesResourceBundleELResolver()
Creates a new instance of FacesResourceBundleELResolver
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getCommonPropertyType(javax.el.ELContext context,
Object base) |
Iterator<FeatureDescriptor> |
getFeatureDescriptors(javax.el.ELContext context,
Object base) |
Class<?> |
getType(javax.el.ELContext context,
Object base,
Object property) |
Object |
getValue(javax.el.ELContext context,
Object base,
Object property) |
boolean |
isReadOnly(javax.el.ELContext context,
Object base,
Object property) |
void |
setValue(javax.el.ELContext context,
Object base,
Object property,
Object val) |
public FacesResourceBundleELResolver()
public Object getValue(javax.el.ELContext context, Object base, Object property)
getValue in class javax.el.ELResolverpublic Class<?> getType(javax.el.ELContext context, Object base, Object property) throws javax.el.ELException
getType in class javax.el.ELResolverjavax.el.ELExceptionpublic void setValue(javax.el.ELContext context,
Object base,
Object property,
Object val)
throws javax.el.ELException
setValue in class javax.el.ELResolverjavax.el.ELExceptionpublic boolean isReadOnly(javax.el.ELContext context,
Object base,
Object property)
throws javax.el.ELException
isReadOnly in class javax.el.ELResolverjavax.el.ELExceptionpublic Iterator<FeatureDescriptor> getFeatureDescriptors(javax.el.ELContext context, Object base)
getFeatureDescriptors in class javax.el.ELResolverCopyright © 2010–2018 JBoss by Red Hat. All rights reserved.