Save This Page
Home » mojarra-1.2_09-b02-FCS-source » com.sun.faces.el » [javadoc | source]
com.sun.faces.el
public class: ManagedBeanELResolver [javadoc | source]
java.lang.Object
   javax.el.ELResolver
      com.sun.faces.el.ManagedBeanELResolver
Constructor:
 public ManagedBeanELResolver() 
Method from com.sun.faces.el.ManagedBeanELResolver Summary:
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.ManagedBeanELResolver Detail:
 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