Home » Mojarra-2.0.1 » javax » faces » component » [javadoc | source]
javax.faces.component
class: MethodExpressionMethodBindingAdapter [javadoc | source]
java.lang.Object
   javax.el.MethodExpression
      javax.faces.component.MethodExpressionMethodBindingAdapter

All Implemented Interfaces:
    StateHolder, Serializable

Wrap a MethodBinding instance and expose it as a MethodExpression.

Constructor:
 public MethodExpressionMethodBindingAdapter() 
 MethodExpressionMethodBindingAdapter(MethodBinding binding) 
Method from javax.faces.component.MethodExpressionMethodBindingAdapter Summary:
equals,   getDelimiterSyntax,   getExpressionString,   getMethodInfo,   getWrapped,   hashCode,   invoke,   isLiteralText,   isTransient,   restoreState,   saveState,   setTransient
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.faces.component.MethodExpressionMethodBindingAdapter Detail:
 public boolean equals(Object other) 
 public String getDelimiterSyntax() 
 public String getExpressionString() 
 public MethodInfo getMethodInfo(ELContext context) throws ELException 
 public MethodBinding getWrapped() 
 public int hashCode() 
 public Object invoke(ELContext context,
    Object[] params) throws ELException 
 public boolean isLiteralText() 
 public boolean isTransient() 
 public  void restoreState(FacesContext context,
    Object state) 
 public Object saveState(FacesContext context) 
 public  void setTransient(boolean newTransientMethod)