org.apache.webbeans.servlet
Class WebBeansConfigurationFilter
java.lang.Object
org.apache.webbeans.servlet.WebBeansConfigurationFilter
- All Implemented Interfaces:
- Filter
public class WebBeansConfigurationFilter
- extends Object
- implements Filter
Initializing the beans container for using in a web application
environment. Caution: Only for buggy containers that do not fire
properly ServletRequestEvents or in pre-Servlet 2.5 environments.
- See Also:
This is the alternative entry point for starting the CDI container
for a servlet.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lifeCycle
protected ContainerLifecycle lifeCycle
- Manages the container lifecycle
failoverService
protected FailOverService failoverService
WebBeansConfigurationFilter
public WebBeansConfigurationFilter()
- Default constructor
init
public void init(FilterConfig filterConfig)
throws ServletException
-
- Specified by:
init in interface Filter
- Throws:
ServletException
doFilter
public void doFilter(ServletRequest servletRequest,
ServletResponse servletResponse,
FilterChain filterChain)
throws IOException,
ServletException
-
- Specified by:
doFilter in interface Filter
- Throws:
IOException
ServletException
requestInitialized
public void requestInitialized(ServletRequest servletRequest)
requestDestroyed
public void requestDestroyed(ServletRequest request)
destroy
public void destroy()
-
- Specified by:
destroy in interface Filter
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.