public abstract class HttpSessionApplicationEvent
extends org.springframework.context.ApplicationEvent
| Constructor and Description |
|---|
HttpSessionApplicationEvent(javax.servlet.http.HttpSession httpSession)
Base constructor for all subclasses must have an HttpSession
|
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.http.HttpSession |
getSession()
Get the HttpSession that is the cause of the event
|