Interface SessionHook
- All Superinterfaces:
Hook
-
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeSessionInvalidate(HttpSessionBindingEvent event) voidsessionCreated(HttpSessionEvent event) voidsessionDestroyed(HttpSessionEvent event)
-
Method Details
-
sessionCreated
void sessionCreated(HttpSessionEvent event) -
beforeSessionInvalidate
void beforeSessionInvalidate(HttpSessionBindingEvent event) -
sessionDestroyed
void sessionDestroyed(HttpSessionEvent event)
-