public class RemotingPhaseListener extends Object implements javax.faces.event.PhaseListener
A JavaServer Faces PhaseListener
that provides support for
intercepting some incoming requests, and processing them separately from the
standard Request Processing Lifecycle, without requiring explicit
configuration (for example, of a Servlet or a Filter).
Constructor and Description |
---|
RemotingPhaseListener()
Creates a new instance of RemotingPhaseListener.
|
Modifier and Type | Method and Description |
---|---|
void |
afterPhase(javax.faces.event.PhaseEvent event)
Perform interception processing activities after the
specified phase processing has been performed.
|
void |
beforePhase(javax.faces.event.PhaseEvent event)
Perform interception processing activities before the
specified phase processing has been performed.
|
javax.faces.event.PhaseId |
getPhaseId()
Return the identifier of the JavaServer Faces request processing
lifecycle phase(s) that we are interested in.
|
public RemotingPhaseListener()
Creates a new instance of RemotingPhaseListener.
public void afterPhase(javax.faces.event.PhaseEvent event)
Perform interception processing activities after the specified phase processing has been performed.
afterPhase
in interface javax.faces.event.PhaseListener
event
- PhaseEvent
to be processedpublic void beforePhase(javax.faces.event.PhaseEvent event)
Perform interception processing activities before the specified phase processing has been performed.
beforePhase
in interface javax.faces.event.PhaseListener
event
- PhaseEvent
to be processedpublic javax.faces.event.PhaseId getPhaseId()
Return the identifier of the JavaServer Faces request processing lifecycle phase(s) that we are interested in.
getPhaseId
in interface javax.faces.event.PhaseListener
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.