Package com.sun.faces.lifecycle
Class HttpMethodRestrictionsPhaseListener
java.lang.Object
com.sun.faces.lifecycle.HttpMethodRestrictionsPhaseListener
- All Implemented Interfaces:
PhaseListener,Serializable,EventListener
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterPhase(PhaseEvent event) Handle a notification that the processing for a particular phase has just been completed.voidbeforePhase(PhaseEvent event) Handle a notification that the processing for a particular phase of the request processing lifecycle is about to begin.Return the identifier of the request processing phase during which this listener is interested in processingPhaseEventevents.
-
Constructor Details
-
HttpMethodRestrictionsPhaseListener
public HttpMethodRestrictionsPhaseListener()
-
-
Method Details
-
afterPhase
Description copied from interface:PhaseListenerHandle a notification that the processing for a particular phase has just been completed.
- Specified by:
afterPhasein interfacePhaseListener- Parameters:
event- the phase event.
-
beforePhase
Description copied from interface:PhaseListenerHandle a notification that the processing for a particular phase of the request processing lifecycle is about to begin.
- Specified by:
beforePhasein interfacePhaseListener- Parameters:
event- the phase event.
-
getPhaseId
Description copied from interface:PhaseListenerReturn the identifier of the request processing phase during which this listener is interested in processing
PhaseEventevents. Legal values are the singleton instances defined by thePhaseIdclass, includingPhaseId.ANY_PHASEto indicate an interest in being notified for all standard phases.- Specified by:
getPhaseIdin interfacePhaseListener- Returns:
- the phase id.
-