org.mmbase.servlet
Class CloudThreadFilter
java.lang.Object
org.mmbase.servlet.CloudThreadFilter
- All Implemented Interfaces:
- Filter
public class CloudThreadFilter
- extends Object
- implements Filter
Servlet Filter which associates a cloud of a http session to the current thread.
The filter removes the cloud again when the request is processed
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CloudThreadFilter
public CloudThreadFilter()
init
public void init(FilterConfig config)
- Specified by:
init in interface Filter
- See Also:
Filter.init(javax.servlet.FilterConfig)
doFilter
public void doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
throws ServletException
- Specified by:
doFilter in interface Filter
- Throws:
ServletException- See Also:
Filter.doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)
destroy
public void destroy()
- Specified by:
destroy in interface Filter
- See Also:
Filter.destroy()
MMBase2 Core 2.0-SNAPSHOT - 2013-05-29T22:08