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()
Service
public boolean accepts(javax.servlet.http.HttpServletRequest request)
HttpContextActivationFilter
accepts
in interface HttpContextActivationFilter
request
- the requestCopyright © 2008-2015. All Rights Reserved.