|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shale.remoting.faces.RemotingPhaseListener
public class RemotingPhaseListener
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 Summary | |
|---|---|
RemotingPhaseListener()
Creates a new instance of RemotingPhaseListener. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemotingPhaseListener()
Creates a new instance of RemotingPhaseListener.
| Method Detail |
|---|
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.PhaseListenerevent - 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.PhaseListenerevent - 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||