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.Copyright © 2008-2013 Seam Framework. All Rights Reserved.