Save This Page
Home » mojarra-1.2_09-b02-FCS-source » com.sun.faces.el » [javadoc | source]
com.sun.faces.el
public class: FacesCompositeELResolver [javadoc | source]
java.lang.Object
   javax.el.CompositeELResolver
      com.sun.faces.el.FacesCompositeELResolver
Maintains an ordered composite list of child ELResolver for JSF.
Nested Class Summary:
public enum class  FacesCompositeELResolver.ELResolverChainType  

JSP indicates this CompositeELResolver instance is the JSP chain, specified in section 5.6.1 of the spec.

Faces indicates this CompositeELResolver instance is the JSF chain, specified in section 5.6.2 of the spec.

 
Constructor:
 public FacesCompositeELResolver(FacesCompositeELResolver.ELResolverChainType chainType) 

    Guarantee that this instance knows of what chain it is a member.

Method from com.sun.faces.el.FacesCompositeELResolver Summary:
add,   getCommonPropertyType,   getFeatureDescriptors,   getType,   getValue,   isReadOnly,   setValue
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sun.faces.el.FacesCompositeELResolver Detail:
 public  void add(ELResolver elResolver) 
 public Class getCommonPropertyType(ELContext context,
    Object base) 
 public Iterator getFeatureDescriptors(ELContext context,
    Object base) 
 public Class getType(ELContext context,
    Object base,
    Object property) throws ELException 
 public Object getValue(ELContext context,
    Object base,
    Object property) throws ELException 
 public boolean isReadOnly(ELContext context,
    Object base,
    Object property) throws ELException 
 public  void setValue(ELContext context,
    Object base,
    Object property,
    Object val) throws ELException