org.apache.cocoon.faces.samples.components.renderkit
Class ConstantMethodBinding
java.lang.Object
javax.faces.el.MethodBinding
org.apache.cocoon.faces.samples.components.renderkit.ConstantMethodBinding
- All Implemented Interfaces:
- javax.faces.component.StateHolder
public class ConstantMethodBinding
- extends javax.faces.el.MethodBinding
- implements javax.faces.component.StateHolder
Methods inherited from class javax.faces.el.MethodBinding |
getExpressionString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstantMethodBinding
public ConstantMethodBinding()
ConstantMethodBinding
public ConstantMethodBinding(String yourOutcome)
invoke
public Object invoke(javax.faces.context.FacesContext context,
Object[] params)
- Specified by:
invoke
in class javax.faces.el.MethodBinding
getType
public Class getType(javax.faces.context.FacesContext context)
- Specified by:
getType
in class javax.faces.el.MethodBinding
saveState
public Object saveState(javax.faces.context.FacesContext context)
- Specified by:
saveState
in interface javax.faces.component.StateHolder
restoreState
public void restoreState(javax.faces.context.FacesContext context,
Object state)
- Specified by:
restoreState
in interface javax.faces.component.StateHolder
isTransient
public boolean isTransient()
- Specified by:
isTransient
in interface javax.faces.component.StateHolder
setTransient
public void setTransient(boolean transientFlag)
- Specified by:
setTransient
in interface javax.faces.component.StateHolder
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.