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, toString
Copyright © 2016. All rights reserved.