public interface HttpContextActivationFilter extends Service
HttpServletRequest. An integrator may be interested in filtering
out requests where CDI is not necessary to eliminate the overhead of context activation/deactivation. For example, an integrator may want to use this filter
to filter out static resource requests from CDI processing.
This service is optional. If not present, every request is accepted.| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(javax.servlet.http.HttpServletRequest request)
Determines whether CDI contexts should be active during processing of this request
|
Copyright © 2008-2015. All Rights Reserved.