Interface SessionService.SessionAttributeLoader<T>
-
- Enclosing interface:
- SessionService
public static interface SessionService.SessionAttributeLoader<T>
Interface for loading attribute values while setting a new attribute in the current session.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
load()
Callback used to initialize a new attribute value if the value was undefined
-
-
-
Method Detail
-
load
T load()
Callback used to initialize a new attribute value if the value was undefined
-
-