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.CompositeELResolver
public 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.CompositeELResolver
javax.el.ELException
public 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.CompositeELResolver
javax.el.ELException
public 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.CompositeELResolver
javax.el.ELException
public boolean isReadOnly(javax.el.ELContext context, java.lang.Object base, java.lang.Object property) throws javax.el.ELException
isReadOnly
in class javax.el.CompositeELResolver
javax.el.ELException
public java.util.Iterator<java.beans.FeatureDescriptor> getFeatureDescriptors(javax.el.ELContext context, java.lang.Object base)
getFeatureDescriptors
in class javax.el.CompositeELResolver
public java.lang.Class<?> getCommonPropertyType(javax.el.ELContext context, java.lang.Object base)
getCommonPropertyType
in class javax.el.CompositeELResolver
Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.