net.hasor.web.binder.support
类 ManagedSessionListenerPipeline
java.lang.Object
net.hasor.web.binder.support.ManagedSessionListenerPipeline
- 所有已实现的接口:
- EventListener, javax.servlet.http.HttpSessionListener, javax.servlet.ServletContextListener, SessionListenerPipeline
public class ManagedSessionListenerPipeline
- extends Object
- implements SessionListenerPipeline
- 版本:
- : 2013-4-12
- 作者:
- 赵永春 (zyc@hasor.net)
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagedSessionListenerPipeline
public ManagedSessionListenerPipeline()
init
public void init(net.hasor.core.AppContext appContext)
- 从接口
SessionListenerPipeline 复制的描述
- 初始化Servlet异常钩子。
- 指定者:
- 接口
SessionListenerPipeline 中的 init
sessionCreated
public void sessionCreated(javax.servlet.http.HttpSessionEvent event)
- 指定者:
- 接口
javax.servlet.http.HttpSessionListener 中的 sessionCreated
sessionDestroyed
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
- 指定者:
- 接口
javax.servlet.http.HttpSessionListener 中的 sessionDestroyed
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent event)
- 指定者:
- 接口
javax.servlet.ServletContextListener 中的 contextInitialized
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent event)
- 指定者:
- 接口
javax.servlet.ServletContextListener 中的 contextDestroyed
Copyright © 2013-2014. All Rights Reserved.