public interface ApplicationRequestPhaseLifecycle<E extends RequestContext> extends ApplicationLifecycle<E>
ApplicationLifecycle with request phase methods that allow interception of before/after ACTION
phase, and before/after RENDER phase of request processing.| Modifier and Type | Method and Description |
|---|---|
void |
onEndRequestPhase(Application app,
E context,
Phase phase)
Perform any processing required at the end of
Phase.ACTION or Phase.RENDER phase. |
void |
onStartRequestPhase(Application app,
E context,
Phase phase)
Perform any processing required at the beginning of
Phase.ACTION or Phase.RENDER phase. |
onDestroy, onEndRequest, onFailRequest, onInit, onStartRequestvoid onStartRequestPhase(Application app, E context, Phase phase)
Phase.ACTION or Phase.RENDER phase.app - Applicationcontext - current RequestContextphase - starting phasevoid onEndRequestPhase(Application app, E context, Phase phase)
Phase.ACTION or Phase.RENDER phase.app - Applicationcontext - current RequestContextphase - ending phaseCopyright © 2018 JBoss by Red Hat. All Rights Reserved.