public class AcceptingHttpContextActivationFilter extends Object implements HttpContextActivationFilter
HttpContextActivationFilter that accepts every request.| Modifier and Type | Field and Description |
|---|---|
static AcceptingHttpContextActivationFilter |
INSTANCE |
| 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
|
void |
cleanup()
Called by Weld when it is shutting down, allowing the service to perform any cleanup needed.
|
public static final AcceptingHttpContextActivationFilter INSTANCE
public void cleanup()
Servicepublic boolean accepts(javax.servlet.http.HttpServletRequest request)
HttpContextActivationFilteraccepts in interface HttpContextActivationFilterrequest - the requestCopyright © 2008–2017. All rights reserved.