public interface SessionListener
| Modifier and Type | Method and Description |
|---|---|
void |
beforeRemoveAttribute(String name,
Action action)
Called before remove any attribute from session
|
void |
beforeResetSession(Action action) |
void |
beforeSetAttribute(String name,
SessionContext.Holder<Object> value,
Action action)
Called before set any attribute to the session
|
void beforeSetAttribute(String name, SessionContext.Holder<Object> value, Action action)
name - of attributevalue - of the attributeaction - that is being processedvoid beforeRemoveAttribute(String name, Action action)
name - of attributevalue - of the attributeaction - that is being processedvoid beforeResetSession(Action action)
Copyright © 2015. All Rights Reserved.