@ApplicationScoped public class JsfRequestLifecycleBroadcaster extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
JsfRequestLifecycleBroadcaster()
Constructor used by proxy libs
|
protected |
JsfRequestLifecycleBroadcaster(javax.enterprise.inject.Instance<javax.faces.event.PhaseListener> phaseListenerInstance) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
broadcastAfterEvent(javax.faces.event.PhaseEvent phaseEvent) |
protected void |
broadcastBeforeEvent(javax.faces.event.PhaseEvent phaseEvent) |
protected Annotation |
createAfterLiteral(javax.faces.event.PhaseId phaseId) |
protected Annotation |
createAnnotationLiteral(javax.faces.event.PhaseId phaseId,
boolean isBeforeEvent) |
protected Annotation |
createBeforeLiteral(javax.faces.event.PhaseId phaseId) |
protected JsfRequestLifecycleBroadcaster()
@Inject protected JsfRequestLifecycleBroadcaster(javax.enterprise.inject.Instance<javax.faces.event.PhaseListener> phaseListenerInstance)
protected void broadcastBeforeEvent(javax.faces.event.PhaseEvent phaseEvent)
protected void broadcastAfterEvent(javax.faces.event.PhaseEvent phaseEvent)
protected Annotation createAnnotationLiteral(javax.faces.event.PhaseId phaseId, boolean isBeforeEvent)
protected Annotation createBeforeLiteral(javax.faces.event.PhaseId phaseId)
protected Annotation createAfterLiteral(javax.faces.event.PhaseId phaseId)
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.