Class ForcedRedirectManager

  • All Implemented Interfaces:
    com.helger.scope.IScopeDestructionAware, com.helger.web.scope.singleton.IWebSingleton, Serializable

    @ThreadSafe
    public final class ForcedRedirectManager
    extends com.helger.web.scope.singleton.AbstractSessionWebSingleton
    Stores per-session the data to be used in a Post-Redirect-Get scenario.
    This class usually takes 'IHCNode' but because of the reverse dependencies, this type cannot be used and is therefore abstracted as 'Serializable' in this implementation. So all the time you read 'Serializable' consider it to be 'IHCNode'.
    Since:
    9.0.0
    Author:
    Philip Helger
    See Also:
    Serialized Form