Package org.apache.myfaces.event
Class SetPropertyActionListener
java.lang.Object
org.apache.myfaces.event.SetPropertyActionListener
- All Implemented Interfaces:
- StateHolder,- ActionListener,- FacesListener,- EventListener
The MyFaces implementation of the 
SetPropertyActionListener.- Since:
- 1.2
- Author:
- Dennis Byrne
- 
Field SummaryFields inherited from interface jakarta.faces.event.ActionListenerTO_FLOW_DOCUMENT_ID_ATTR_NAME
- 
Constructor SummaryConstructorsConstructorDescriptionSetPropertyActionListener(jakarta.el.ValueExpression target, jakarta.el.ValueExpression value) 
- 
Method SummaryModifier and TypeMethodDescriptionjakarta.el.ValueExpressionjakarta.el.ValueExpressiongetValue()booleanvoidprocessAction(ActionEvent actionEvent) voidrestoreState(FacesContext context, Object state) saveState(FacesContext context) voidsetTarget(jakarta.el.ValueExpression target) voidsetTransient(boolean trans) voidsetValue(jakarta.el.ValueExpression value) 
- 
Constructor Details- 
SetPropertyActionListenerpublic SetPropertyActionListener()
- 
SetPropertyActionListenerpublic SetPropertyActionListener(jakarta.el.ValueExpression target, jakarta.el.ValueExpression value) 
 
- 
- 
Method Details- 
processAction- Specified by:
- processActionin interface- ActionListener
- Throws:
- AbortProcessingException
 
- 
saveState- Specified by:
- saveStatein interface- StateHolder
 
- 
restoreState- Specified by:
- restoreStatein interface- StateHolder
 
- 
isTransientpublic boolean isTransient()- Specified by:
- isTransientin interface- StateHolder
 
- 
setTransientpublic void setTransient(boolean trans) - Specified by:
- setTransientin interface- StateHolder
 
- 
getTargetpublic jakarta.el.ValueExpression getTarget()
- 
setTargetpublic void setTarget(jakarta.el.ValueExpression target) 
- 
getValuepublic jakarta.el.ValueExpression getValue()
- 
setValuepublic void setValue(jakarta.el.ValueExpression value) 
 
-