com.sun.faces.taglib.jsf_core
private static class PhaseListenerTag.BindingPhaseListener extends java.lang.Object implements javax.faces.event.PhaseListener, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private javax.el.ValueExpression |
binding |
private javax.el.ValueExpression |
type |
Constructor and Description |
---|
PhaseListenerTag.BindingPhaseListener(javax.el.ValueExpression type,
javax.el.ValueExpression binding) |
Modifier and Type | Method and Description |
---|---|
void |
afterPhase(javax.faces.event.PhaseEvent event)
Handle a notification that the processing for a particular
phase has just been completed.
|
void |
beforePhase(javax.faces.event.PhaseEvent event)
Handle a notification that the processing for a particular
phase of the request processing lifecycle is about to begin.
|
javax.faces.event.PhaseId |
getPhaseId()
Return the identifier of the request processing phase during
which this listener is interested in processing
PhaseEvent
events. |
javax.faces.event.PhaseListener |
getPhaseListener()
Invoked when the value change described by the specified
ValueChangeEvent occurs. |
private javax.el.ValueExpression type
private javax.el.ValueExpression binding
public PhaseListenerTag.BindingPhaseListener(javax.el.ValueExpression type, javax.el.ValueExpression binding)
public void afterPhase(javax.faces.event.PhaseEvent event)
Handle a notification that the processing for a particular phase has just been completed.
afterPhase
in interface javax.faces.event.PhaseListener
public void beforePhase(javax.faces.event.PhaseEvent event)
Handle a notification that the processing for a particular phase of the request processing lifecycle is about to begin.
beforePhase
in interface javax.faces.event.PhaseListener
public javax.faces.event.PhaseId getPhaseId()
Return the identifier of the request processing phase during
which this listener is interested in processing PhaseEvent
events. Legal values are the singleton instances defined by the
PhaseId
class, including PhaseId.ANY_PHASE
to indicate an interest in being notified for all standard phases.
getPhaseId
in interface javax.faces.event.PhaseListener
public javax.faces.event.PhaseListener getPhaseListener() throws javax.faces.event.AbortProcessingException
Invoked when the value change described by the specified
ValueChangeEvent
occurs.
PhaseListener
instancejavax.faces.event.AbortProcessingException
- Signal the JavaServer Faces
implementation that no further processing on the current event
should be performedCopyright © 2002-2010 Oracle America, Inc. All Rights Reserved.