Annotation Interface HttpSessionStateful


@Documented @Retention(RUNTIME) @Target(TYPE) public @interface HttpSessionStateful

Annotated on the class of the parameter to indicate it should be a HttpSessionObjectManagedObjectSource.

This simplifies means to specifying HttpSessionObjectManagedObjectSource instances by in-lining it with the code.

Author:
Daniel Sagenschneider
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Allows specifying the name to bind the object into the HttpSession.
  • Element Details

    • bind

      String bind
      Allows specifying the name to bind the object into the HttpSession.
      Returns:
      Name to bind the object into the HttpSession. The blank default value indicates for the ManagedObject to assign its own unique value.
      Default:
      ""