Class ClearValidatorsActionListener
- java.lang.Object
-
- org.apache.myfaces.tobago.validator.ClearValidatorsActionListener
-
- All Implemented Interfaces:
jakarta.faces.event.ActionListener
,jakarta.faces.event.FacesListener
,EventListener
public class ClearValidatorsActionListener extends Object implements jakarta.faces.event.ActionListener
-
-
Constructor Summary
Constructors Constructor Description ClearValidatorsActionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.faces.event.PhaseId
getPhaseId()
void
processAction(jakarta.faces.event.ActionEvent actionEvent)
-
-
-
Method Detail
-
getPhaseId
public jakarta.faces.event.PhaseId getPhaseId()
-
processAction
public void processAction(jakarta.faces.event.ActionEvent actionEvent) throws jakarta.faces.event.AbortProcessingException
- Specified by:
processAction
in interfacejakarta.faces.event.ActionListener
- Throws:
jakarta.faces.event.AbortProcessingException
-
-