public class AfterServlet extends WarpLifecycleEvent
The lifecycle event which comes with AfterServlet 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 before response leaves Warp servlet filter, observe AfterRequest event instead.
| Constructor and Description |
|---|
AfterServlet() |
| 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.