org.apache.myfaces.tobago.component
Class MethodBindingToMethodExpression

java.lang.Object
  extended by javax.el.Expression
      extended by javax.el.MethodExpression
          extended by org.apache.myfaces.tobago.component.MethodBindingToMethodExpression
All Implemented Interfaces:
Serializable, javax.faces.component.StateHolder

Deprecated. since 2.0.0

@Deprecated
public class MethodBindingToMethodExpression
extends javax.el.MethodExpression
implements javax.faces.component.StateHolder

See Also:
Serialized Form

Constructor Summary
MethodBindingToMethodExpression()
          Deprecated. No-arg constructor used during restoreState
MethodBindingToMethodExpression(javax.faces.el.MethodBinding methodBinding)
          Deprecated. Creates a new instance of MethodBindingToMethodExpression
 
Method Summary
 boolean equals(Object obj)
          Deprecated.  
 String getExpressionString()
          Deprecated.  
 javax.faces.el.MethodBinding getMethodBinding()
          Deprecated. Return the wrapped MethodBinding.
 javax.el.MethodInfo getMethodInfo(javax.el.ELContext context)
          Deprecated. Note: MethodInfo.getParamTypes() may incorrectly return an empty class array if invoke() has not been called.
 int hashCode()
          Deprecated.  
 Object invoke(javax.el.ELContext context, Object[] params)
          Deprecated.  
 boolean isLiteralText()
          Deprecated.  
 boolean isTransient()
          Deprecated.  
 void restoreState(javax.faces.context.FacesContext context, Object state)
          Deprecated.  
 Object saveState(javax.faces.context.FacesContext context)
          Deprecated.  
 void setTransient(boolean transientFlag)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodBindingToMethodExpression

public MethodBindingToMethodExpression()
Deprecated. 
No-arg constructor used during restoreState


MethodBindingToMethodExpression

public MethodBindingToMethodExpression(javax.faces.el.MethodBinding methodBinding)
Deprecated. 
Creates a new instance of MethodBindingToMethodExpression

Parameters:
methodBinding - The MethodBinding to wrap.
Method Detail

getMethodBinding

public javax.faces.el.MethodBinding getMethodBinding()
Deprecated. 
Return the wrapped MethodBinding.

Returns:
the wrapped MethodBinding

getMethodInfo

public javax.el.MethodInfo getMethodInfo(javax.el.ELContext context)
                                  throws javax.el.ELException
Deprecated. 
Note: MethodInfo.getParamTypes() may incorrectly return an empty class array if invoke() has not been called.

Specified by:
getMethodInfo in class javax.el.MethodExpression
Throws:
IllegalStateException - if expected params types have not been determined.
javax.el.ELException

invoke

public Object invoke(javax.el.ELContext context,
                     Object[] params)
              throws javax.el.ELException
Deprecated. 
Specified by:
invoke in class javax.el.MethodExpression
Throws:
javax.el.ELException

isLiteralText

public boolean isLiteralText()
Deprecated. 
Specified by:
isLiteralText in class javax.el.Expression

getExpressionString

public String getExpressionString()
Deprecated. 
Specified by:
getExpressionString in class javax.el.Expression

saveState

public Object saveState(javax.faces.context.FacesContext context)
Deprecated. 
Specified by:
saveState in interface javax.faces.component.StateHolder

restoreState

public void restoreState(javax.faces.context.FacesContext context,
                         Object state)
Deprecated. 
Specified by:
restoreState in interface javax.faces.component.StateHolder

setTransient

public void setTransient(boolean transientFlag)
Deprecated. 
Specified by:
setTransient in interface javax.faces.component.StateHolder

isTransient

public boolean isTransient()
Deprecated. 
Specified by:
isTransient in interface javax.faces.component.StateHolder

hashCode

public int hashCode()
Deprecated. 
Specified by:
hashCode in class javax.el.Expression

equals

public boolean equals(Object obj)
Deprecated. 
Specified by:
equals in class javax.el.Expression


Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.