public class FacesCompositeELResolver
extends javax.el.CompositeELResolver
ELResolver for JSF.| Modifier and Type | Class and Description |
|---|---|
static class |
FacesCompositeELResolver.ELResolverChainType
JSP indicates this CompositeELResolver instance is the
JSP chain, specified in section 5.6.1 of the spec.
|
| Constructor and Description |
|---|
FacesCompositeELResolver(FacesCompositeELResolver.ELResolverChainType chainType)
Guarantee that this instance knows of what chain it is a
member.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(javax.el.ELResolver elResolver) |
java.lang.Class<?> |
getCommonPropertyType(javax.el.ELContext context,
java.lang.Object base) |
java.util.Iterator<java.beans.FeatureDescriptor> |
getFeatureDescriptors(javax.el.ELContext context,
java.lang.Object base) |
java.lang.Class<?> |
getType(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property) |
java.lang.Object |
getValue(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property) |
boolean |
isReadOnly(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property) |
void |
setValue(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object val) |
public FacesCompositeELResolver(FacesCompositeELResolver.ELResolverChainType chainType)
Guarantee that this instance knows of what chain it is a member.
public void add(javax.el.ELResolver elResolver)
add in class javax.el.CompositeELResolverpublic java.lang.Object getValue(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property)
throws javax.el.ELException
getValue in class javax.el.CompositeELResolverjavax.el.ELExceptionpublic java.lang.Class<?> getType(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property)
throws javax.el.ELException
getType in class javax.el.CompositeELResolverjavax.el.ELExceptionpublic void setValue(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object val)
throws javax.el.ELException
setValue in class javax.el.CompositeELResolverjavax.el.ELExceptionpublic boolean isReadOnly(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property)
throws javax.el.ELException
isReadOnly in class javax.el.CompositeELResolverjavax.el.ELExceptionpublic java.util.Iterator<java.beans.FeatureDescriptor> getFeatureDescriptors(javax.el.ELContext context,
java.lang.Object base)
getFeatureDescriptors in class javax.el.CompositeELResolverpublic java.lang.Class<?> getCommonPropertyType(javax.el.ELContext context,
java.lang.Object base)
getCommonPropertyType in class javax.el.CompositeELResolverCopyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.