org.jboss.seam.ui.util.cdk
Class SimpleActionMethodBinding

java.lang.Object
  extended by javax.faces.el.MethodBinding
      extended by org.jboss.seam.ui.util.cdk.SimpleActionMethodBinding
All Implemented Interfaces:
javax.faces.component.StateHolder

Deprecated.

@Deprecated
public class SimpleActionMethodBinding
extends javax.faces.el.MethodBinding
implements javax.faces.component.StateHolder

Simple method binding for constant action outcome.

Author:
asmirnov@exadel.com (latest modification by $Author: pmuir $)

Constructor Summary
SimpleActionMethodBinding()
          Deprecated. Empty constructor, so that new instances can be created when restoring state.
SimpleActionMethodBinding(java.lang.String outcome)
          Deprecated.  
 
Method Summary
 java.lang.String getExpressionString()
          Deprecated.  
 java.lang.Class getType(javax.faces.context.FacesContext facescontext)
          Deprecated.  
 java.lang.Object invoke(javax.faces.context.FacesContext facescontext, java.lang.Object[] aobj)
          Deprecated.  
 boolean isTransient()
          Deprecated.  
 void restoreState(javax.faces.context.FacesContext facescontext, java.lang.Object obj)
          Deprecated.  
 java.lang.Object saveState(javax.faces.context.FacesContext facescontext)
          Deprecated.  
 void setTransient(boolean flag)
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleActionMethodBinding

public SimpleActionMethodBinding(java.lang.String outcome)
Deprecated. 

SimpleActionMethodBinding

public SimpleActionMethodBinding()
Deprecated. 
Empty constructor, so that new instances can be created when restoring state.

Method Detail

invoke

public java.lang.Object invoke(javax.faces.context.FacesContext facescontext,
                               java.lang.Object[] aobj)
                        throws javax.faces.el.EvaluationException,
                               javax.faces.el.MethodNotFoundException
Deprecated. 
Specified by:
invoke in class javax.faces.el.MethodBinding
Throws:
javax.faces.el.EvaluationException
javax.faces.el.MethodNotFoundException

getType

public java.lang.Class getType(javax.faces.context.FacesContext facescontext)
                        throws javax.faces.el.MethodNotFoundException
Deprecated. 
Specified by:
getType in class javax.faces.el.MethodBinding
Throws:
javax.faces.el.MethodNotFoundException

saveState

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

restoreState

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

isTransient

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

setTransient

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

toString

public java.lang.String toString()
Deprecated. 
Overrides:
toString in class java.lang.Object

getExpressionString

public java.lang.String getExpressionString()
Deprecated. 
Overrides:
getExpressionString in class javax.faces.el.MethodBinding


Copyright © 2008. All Rights Reserved.