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

All Implemented Interfaces:
    javax.faces.component.StateHolder, Serializable

Wrap a MethodExpression instance and expose it as a MethodBinding

Constructor:
 public MethodBindingMethodExpressionAdapter() 
 public MethodBindingMethodExpressionAdapter(MethodExpression methodExpression) 
Method from com.sun.faces.application.MethodBindingMethodExpressionAdapter Summary:
equals,   getExpressionString,   getType,   getWrapped,   hashCode,   invoke,   isTransient,   restoreState,   saveState,   setTransient
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sun.faces.application.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)