org.apache.myfaces.event
Class SetPropertyActionListener
java.lang.Object
org.apache.myfaces.event.SetPropertyActionListener
- All Implemented Interfaces:
- EventListener, StateHolder, ActionListener, FacesListener
public class SetPropertyActionListener
- extends Object
- implements ActionListener, StateHolder
The MyFaces implementation of the SetPropertyActionListener
.
- Since:
- 1.2
- Author:
- Dennis Byrne
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetPropertyActionListener
public SetPropertyActionListener()
SetPropertyActionListener
public SetPropertyActionListener(javax.el.ValueExpression target,
javax.el.ValueExpression value)
processAction
public void processAction(ActionEvent actionEvent)
throws AbortProcessingException
- Specified by:
processAction
in interface ActionListener
- Throws:
AbortProcessingException
saveState
public Object saveState(FacesContext context)
- Specified by:
saveState
in interface StateHolder
restoreState
public void restoreState(FacesContext context,
Object state)
- Specified by:
restoreState
in interface StateHolder
isTransient
public boolean isTransient()
- Specified by:
isTransient
in interface StateHolder
setTransient
public void setTransient(boolean trans)
- Specified by:
setTransient
in interface StateHolder
getTarget
public javax.el.ValueExpression getTarget()
setTarget
public void setTarget(javax.el.ValueExpression target)
getValue
public javax.el.ValueExpression getValue()
setValue
public void setValue(javax.el.ValueExpression value)
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.