|
Seam UI JSF2 support 2.3.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.el.MethodBinding
org.jboss.seam.ui.util.cdk.SimpleActionMethodBinding
@Deprecated public class SimpleActionMethodBinding
Simple method binding for constant action outcome.
| Constructor Summary | |
|---|---|
SimpleActionMethodBinding()
Deprecated. Empty constructor, so that new instances can be created when restoring state. |
|
SimpleActionMethodBinding(String outcome)
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getExpressionString()
Deprecated. |
Class |
getType(javax.faces.context.FacesContext facescontext)
Deprecated. |
Object |
invoke(javax.faces.context.FacesContext facescontext,
Object[] aobj)
Deprecated. |
boolean |
isTransient()
Deprecated. |
void |
restoreState(javax.faces.context.FacesContext facescontext,
Object obj)
Deprecated. |
Object |
saveState(javax.faces.context.FacesContext facescontext)
Deprecated. |
void |
setTransient(boolean flag)
Deprecated. |
String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleActionMethodBinding(String outcome)
public SimpleActionMethodBinding()
| Method Detail |
|---|
public Object invoke(javax.faces.context.FacesContext facescontext,
Object[] aobj)
throws javax.faces.el.EvaluationException,
javax.faces.el.MethodNotFoundException
invoke in class javax.faces.el.MethodBindingjavax.faces.el.EvaluationException
javax.faces.el.MethodNotFoundException
public Class getType(javax.faces.context.FacesContext facescontext)
throws javax.faces.el.MethodNotFoundException
getType in class javax.faces.el.MethodBindingjavax.faces.el.MethodNotFoundExceptionpublic Object saveState(javax.faces.context.FacesContext facescontext)
saveState in interface javax.faces.component.StateHolder
public void restoreState(javax.faces.context.FacesContext facescontext,
Object obj)
restoreState in interface javax.faces.component.StateHolderpublic boolean isTransient()
isTransient in interface javax.faces.component.StateHolderpublic void setTransient(boolean flag)
setTransient in interface javax.faces.component.StateHolderpublic String toString()
toString in class Objectpublic String getExpressionString()
getExpressionString in class javax.faces.el.MethodBinding
|
Seam UI JSF2 support 2.3.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||