Class RequestScopeInitializer

  • All Implemented Interfaces:
    AutoCloseable

    @NotThreadSafe
    public final class RequestScopeInitializer
    extends Object
    implements AutoCloseable
    Internal class from scope aware filter and servlets.
    Author:
    Philip Helger
    • Method Detail

      • isNew

        public boolean isNew()
      • internalSetDontDestroyRequestScope

        public void internalSetDontDestroyRequestScope()
      • close

        public void close()
        Destroy the current request scope if it was initialized here.
        Specified by:
        close in interface AutoCloseable