Class ClearValidatorsActionListener
java.lang.Object
org.apache.myfaces.tobago.validator.ClearValidatorsActionListener
- All Implemented Interfaces:
EventListener
,javax.faces.event.ActionListener
,javax.faces.event.FacesListener
public class ClearValidatorsActionListener
extends Object
implements javax.faces.event.ActionListener
-
Field Summary
Fields inherited from interface javax.faces.event.ActionListener
TO_FLOW_DOCUMENT_ID_ATTR_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.faces.event.PhaseId
void
processAction
(javax.faces.event.ActionEvent actionEvent)
-
Constructor Details
-
ClearValidatorsActionListener
public ClearValidatorsActionListener()
-
-
Method Details
-
getPhaseId
public javax.faces.event.PhaseId getPhaseId() -
processAction
public void processAction(javax.faces.event.ActionEvent actionEvent) throws javax.faces.event.AbortProcessingException - Specified by:
processAction
in interfacejavax.faces.event.ActionListener
- Throws:
javax.faces.event.AbortProcessingException
-