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
-
Method Details
-
load
T load()Callback used to initialize a new attribute value if the value was undefined
-