Class HttpSessionScope

  • All Implemented Interfaces:
    com.aspectran.core.component.bean.scope.Scope, com.aspectran.core.component.session.NonPersistent, com.aspectran.core.component.session.SessionBindingListener, java.io.Serializable, java.util.EventListener, javax.servlet.http.HttpSessionBindingListener

    public class HttpSessionScope
    extends com.aspectran.core.component.bean.scope.SessionScope
    implements javax.servlet.http.HttpSessionBindingListener, java.io.Serializable
    The Class HttpSessionScope.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      HttpSessionScope()
      Instantiates a new HttpSessionScope.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void valueBound​(javax.servlet.http.HttpSessionBindingEvent event)  
      void valueUnbound​(javax.servlet.http.HttpSessionBindingEvent event)  
      • Methods inherited from class com.aspectran.core.component.bean.scope.SessionScope

        getScopeLock, getScopeType, putBeanInstance, restore, valueUnbound
      • Methods inherited from class com.aspectran.core.component.bean.scope.AbstractScope

        containsBeanRule, destroy, destroy, getBeanInstance, getBeanRule
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.aspectran.core.component.session.SessionBindingListener

        valueBound
    • Constructor Detail

      • HttpSessionScope

        public HttpSessionScope()
        Instantiates a new HttpSessionScope.
    • Method Detail

      • valueBound

        public void valueBound​(javax.servlet.http.HttpSessionBindingEvent event)
        Specified by:
        valueBound in interface javax.servlet.http.HttpSessionBindingListener
      • valueUnbound

        public void valueUnbound​(javax.servlet.http.HttpSessionBindingEvent event)
        Specified by:
        valueUnbound in interface javax.servlet.http.HttpSessionBindingListener