com.softslate.commerce.customer.core
Class SessionLockFilter
java.lang.Object
com.softslate.commerce.customer.core.SessionLockFilter
- All Implemented Interfaces:
- javax.servlet.Filter
public class SessionLockFilter
- extends java.lang.Object
- implements javax.servlet.Filter
A servlet filter that locks the user's browser session so no other actions
with a session lock can take place until the first request finishes.
- Author:
- David Tobey
|
Field Summary |
private static org.apache.commons.logging.Log |
log
|
|
Method Summary |
void |
destroy()
|
void |
doFilter(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
javax.servlet.FilterChain chain)
|
void |
init(javax.servlet.FilterConfig filterConfig)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private static org.apache.commons.logging.Log log
SessionLockFilter
public SessionLockFilter()
init
public void init(javax.servlet.FilterConfig filterConfig)
throws javax.servlet.ServletException
- Specified by:
init in interface javax.servlet.Filter
- Throws:
javax.servlet.ServletException
doFilter
public void doFilter(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
javax.servlet.FilterChain chain)
throws java.io.IOException,
javax.servlet.ServletException
- Specified by:
doFilter in interface javax.servlet.Filter
- Throws:
java.io.IOException
javax.servlet.ServletException
destroy
public void destroy()
- Specified by:
destroy in interface javax.servlet.Filter
Copyright © SoftSlate, LLC 20032010