net.hasor.web.servlet.binder.support
类 ManagedSessionListenerPipeline

java.lang.Object
  继承者 net.hasor.web.servlet.binder.support.ManagedSessionListenerPipeline
所有已实现的接口:
EventListener, javax.servlet.http.HttpSessionListener, javax.servlet.ServletContextListener, SessionListenerPipeline

@Singleton
public class ManagedSessionListenerPipeline
extends Object
implements SessionListenerPipeline

版本:
: 2013-4-12
作者:
赵永春 (zyc@hasor.net)

构造方法摘要
ManagedSessionListenerPipeline()
           
 
方法摘要
 void contextDestroyed(javax.servlet.ServletContextEvent event)
           
 void contextInitialized(javax.servlet.ServletContextEvent event)
           
 void init(net.hasor.core.AppContext appContext)
          初始化Servlet异常钩子。
 void sessionCreated(javax.servlet.http.HttpSessionEvent event)
           
 void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
           
 
从类 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. All Rights Reserved.