public class EagerBeansPhaseListener extends DefaultPhaseListener
This instantiates beans relatively late during request processing but at a point that JSF and the view root corresponding to the current view id are available to the bean.
Constructor and Description |
---|
EagerBeansPhaseListener() |
Modifier and Type | Method and Description |
---|---|
void |
afterPhase(PhaseEvent event) |
beforePhase, getPhaseId
public void afterPhase(PhaseEvent event)
afterPhase
in interface PhaseListener
afterPhase
in class DefaultPhaseListener
Copyright © 2012–2016 OmniFaces. All rights reserved.