Class ResolvedRequestHolder

java.lang.Object
it.uniroma2.art.semanticturkey.mvc.ResolvedRequestHolder

public abstract class ResolvedRequestHolder extends Object
Holder class to expose the (optionally wrapped) web request in the form of a thread-bound object. It has been introduced, because RequestContextHolder only stores the original request (i.e. without the wrapper used to resolve multi-part request bodies).
Author:
Manuel Fiorelli
  • Constructor Details

    • ResolvedRequestHolder

      public ResolvedRequestHolder()
  • Method Details

    • get

      public static jakarta.servlet.http.HttpServletRequest get()
      Returns the request bound to the current thread
      Returns: