public class BeforeServlet extends WarpLifecycleEvent
The lifecycle event which comes with BeforeServlet verification execution.
If you observe this event, Warp services are fully initialized and you should have access to them using Inject.
If you want to observe event right after request enters Warp servlet filter, observe BeforeRequest event instead.
| Constructor and Description |
|---|
BeforeServlet() |
| Modifier and Type | Method and Description |
|---|---|
List<Annotation> |
getQualifiers()
Returns the qualifiers which annotates methods on
Inspection which will be executed during this
WarpLifecycleEvent. |
public List<Annotation> getQualifiers()
WarpLifecycleEventInspection which will be executed during this
WarpLifecycleEvent.getQualifiers in class WarpLifecycleEventInspection which will be executed during this
WarpLifecycleEvent.Copyright © 2014 JBoss by Red Hat. All rights reserved.