Package com.aspectran.web.adapter
Class HttpSessionScope
- java.lang.Object
-
- com.aspectran.core.component.bean.scope.AbstractScope
-
- com.aspectran.core.component.bean.scope.SessionScope
-
- com.aspectran.web.adapter.HttpSessionScope
-
- All Implemented Interfaces:
Scope
,NonPersistent
,SessionBindingListener
,jakarta.servlet.http.HttpSessionBindingListener
,java.io.Serializable
,java.util.EventListener
public class HttpSessionScope extends SessionScope implements jakarta.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(jakarta.servlet.http.HttpSessionBindingEvent event)
void
valueUnbound(jakarta.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
-
-
-
-
Method Detail
-
valueBound
public void valueBound(jakarta.servlet.http.HttpSessionBindingEvent event)
- Specified by:
valueBound
in interfacejakarta.servlet.http.HttpSessionBindingListener
-
valueUnbound
public void valueUnbound(jakarta.servlet.http.HttpSessionBindingEvent event)
- Specified by:
valueUnbound
in interfacejakarta.servlet.http.HttpSessionBindingListener
-
-