类 javax.servlet.http.HttpSessionBindingEvent
的使用

使用 HttpSessionBindingEvent 的软件包
javax.servlet.http The javax.servlet.http package contains a number of classes and interfaces that describe and define the contracts between a servlet class running under the HTTP protocol and the runtime environment provided for an instance of such a class by a conforming servlet container. 
org.eclipse.jetty.security.authentication   
 

javax.servlet.httpHttpSessionBindingEvent 的使用
 

参数类型为 HttpSessionBindingEventjavax.servlet.http 中的方法
 void HttpSessionAttributeListener.attributeAdded(HttpSessionBindingEvent event)
          Receives notification that an attribute has been added to a session.
 void HttpSessionAttributeListener.attributeRemoved(HttpSessionBindingEvent event)
          Receives notification that an attribute has been removed from a session.
 void HttpSessionAttributeListener.attributeReplaced(HttpSessionBindingEvent event)
          Receives notification that an attribute has been replaced in a session.
 void HttpSessionBindingListener.valueBound(HttpSessionBindingEvent event)
          Notifies the object that it is being bound to a session and identifies the session.
 void HttpSessionBindingListener.valueUnbound(HttpSessionBindingEvent event)
          Notifies the object that it is being unbound from a session and identifies the session.
 

org.eclipse.jetty.security.authenticationHttpSessionBindingEvent 的使用
 

参数类型为 HttpSessionBindingEventorg.eclipse.jetty.security.authentication 中的方法
 void SessionAuthentication.valueBound(HttpSessionBindingEvent event)
           
 void SessionAuthentication.valueUnbound(HttpSessionBindingEvent event)
           
 



Copyright © 2013. All Rights Reserved.