public abstract class HttpSessionApplicationEvent
extends org.springframework.context.ApplicationEvent
source| 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
|
getSource, toStringCopyright © 2021. All rights reserved.