Package io.github.enxign.shed.session
Class SessionBinding
java.lang.Object
io.github.enxign.shed.session.SessionBinding
- All Implemented Interfaces:
EventListener
,javax.servlet.http.HttpSessionBindingListener
SessionBinding
- Since:
- 2020-01-11
- Version:
- 1.0
수정일 수정자 수정내용 ---------- --------- ------------------------------- 2020-01-11 first create
- Author:
- enxign
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
valueBound
(javax.servlet.http.HttpSessionBindingEvent event) 세션이 바인딩될 때 호출되는 메서드void
valueUnbound
(javax.servlet.http.HttpSessionBindingEvent event) 세션이 언바인딩될 때 호출되는 메서드
-
Constructor Details
-
SessionBinding
public SessionBinding()
-
-
Method Details
-
valueBound
public void valueBound(javax.servlet.http.HttpSessionBindingEvent event) 세션이 바인딩될 때 호출되는 메서드- Specified by:
valueBound
in interfacejavax.servlet.http.HttpSessionBindingListener
- Parameters:
event
- HttpSessionBindingEvent
-
valueUnbound
public void valueUnbound(javax.servlet.http.HttpSessionBindingEvent event) 세션이 언바인딩될 때 호출되는 메서드- Specified by:
valueUnbound
in interfacejavax.servlet.http.HttpSessionBindingListener
- Parameters:
event
- HttpSessionBindingEvent
-