Class ReadonlySessionScope

java.lang.Object
com.aquima.interactions.portal.model.session.scope.SessionScopeDelegate
com.aquima.interactions.portal.model.session.scope.ReadonlySessionScope
All Implemented Interfaces:
IDisposableScope, IPortalMessageScope, IPortalScope, ISessionLifecycle, ISessionScope, Serializable

public class ReadonlySessionScope extends SessionScopeDelegate implements ISessionScope
Class that wraps a session scope to make it immutable (read-only).
Since:
5.0
Author:
Jon van Leuven
See Also:
  • Constructor Details

    • ReadonlySessionScope

      public ReadonlySessionScope(ISessionScope parent)
      Constructs the read-only wrapper for the specified scope.
      Parameters:
      parent - The session scope which should be made read-only.
  • Method Details