Class SessionScopeActivity

  • All Implemented Interfaces:
    Activity, BeanRegistry

    public final class SessionScopeActivity
    extends DefaultActivity
    An activity that handles requests related to the session lifecycle.

    Note that this is an activity that has nothing to do with advice. This does not execute any advice at all, and if you attempt to register the advice dynamically, you will get an exception of the advice constraint violation.

    Since:
    1.5.0
    • Constructor Detail

      • SessionScopeActivity

        public SessionScopeActivity​(ActivityContext context)
        Instantiates a new session scope activity.
        Parameters:
        context - the activity context