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

    Modifier and Type
    Method
    Description
    Callback used to initialize a new attribute value if the value was undefined
  • Method Details

    • load

      T load()
      Callback used to initialize a new attribute value if the value was undefined