Class RedirectMethodExpressionValueExpressionActionListener
java.lang.Object
org.apache.myfaces.view.facelets.el.RedirectMethodExpressionValueExpressionActionListener
- All Implemented Interfaces:
ActionListener
,FacesListener
,FacesWrapper<jakarta.el.ValueExpression>
,Externalizable
,Serializable
,EventListener
public class RedirectMethodExpressionValueExpressionActionListener
extends Object
implements ActionListener, FacesWrapper<jakarta.el.ValueExpression>, Externalizable
- Author:
- Leonardo Uribe
- See Also:
-
Field Summary
Fields inherited from interface jakarta.faces.event.ActionListener
TO_FLOW_DOCUMENT_ID_ATTR_NAME
-
Constructor Summary
ConstructorsConstructorDescriptionRedirectMethodExpressionValueExpressionActionListener
(jakarta.el.ValueExpression valueExpression) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.el.ValueExpression
void
processAction
(ActionEvent actionEvent) void
void
-
Constructor Details
-
RedirectMethodExpressionValueExpressionActionListener
public RedirectMethodExpressionValueExpressionActionListener() -
RedirectMethodExpressionValueExpressionActionListener
public RedirectMethodExpressionValueExpressionActionListener(jakarta.el.ValueExpression valueExpression)
-
-
Method Details
-
processAction
- Specified by:
processAction
in interfaceActionListener
- Throws:
AbortProcessingException
-
getWrapped
public jakarta.el.ValueExpression getWrapped()- Specified by:
getWrapped
in interfaceFacesWrapper<jakarta.el.ValueExpression>
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-