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:
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.SerializableThe 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 voidvalueBound(javax.servlet.http.HttpSessionBindingEvent event)voidvalueUnbound(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
-
-
-
-
Method Detail
-
valueBound
public void valueBound(javax.servlet.http.HttpSessionBindingEvent event)
- Specified by:
valueBoundin interfacejavax.servlet.http.HttpSessionBindingListener
-
valueUnbound
public void valueUnbound(javax.servlet.http.HttpSessionBindingEvent event)
- Specified by:
valueUnboundin interfacejavax.servlet.http.HttpSessionBindingListener
-
-