Save This Page
Home » mojarra-1.2_09-b02-FCS-source » javax.faces.component » [javadoc | source]
javax.faces.component
class: MethodBindingMethodExpressionAdapter [javadoc | source]
java.lang.Object
   javax.faces.el.MethodBinding
      javax.faces.component.MethodBindingMethodExpressionAdapter

All Implemented Interfaces:
    StateHolder, Serializable

Wrap a MethodExpression instance and expose it as a MethodBinding

Constructor:
 public MethodBindingMethodExpressionAdapter() 
 MethodBindingMethodExpressionAdapter(MethodExpression methodExpression) 
Method from javax.faces.component.MethodBindingMethodExpressionAdapter Summary:
equals,   getExpressionString,   getType,   getWrapped,   hashCode,   invoke,   isTransient,   restoreState,   saveState,   setTransient
Methods from javax.faces.el.MethodBinding:
getExpressionString,   getType,   invoke
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.faces.component.MethodBindingMethodExpressionAdapter Detail:
 public boolean equals(Object other) 
 public String getExpressionString() 
 public Class getType(FacesContext context) throws MethodNotFoundException 
 public MethodExpression getWrapped() 
 public int hashCode() 
 public Object invoke(FacesContext context,
    Object[] params) throws MethodNotFoundException, EvaluationException 
 public boolean isTransient() 
 public  void restoreState(FacesContext context,
    Object state) 
 public Object saveState(FacesContext context) 
 public  void setTransient(boolean tranzient)