public class ClientBinderPhaseListener extends Object implements PhaseListener
| Constructor and Description |
|---|
ClientBinderPhaseListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
postPhase(Phase phase,
BindContext ctx)
Callbacks after each phase.
|
void |
prePhase(Phase phase,
BindContext ctx)
Callbacks before each phase.
|
public void prePhase(Phase phase, BindContext ctx)
PhaseListenerprePhase in interface PhaseListenerphase - the phase idctx - the associated BindContextpublic void postPhase(Phase phase, BindContext ctx)
PhaseListenerpostPhase in interface PhaseListenerphase - the phase idctx - the associated BindContextCopyright © 2020. All rights reserved.