Interface HttpServletRequestContext


public interface HttpServletRequestContext
Context to access the current HttpServletRequest.
Author:
Darran Lofthouse
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.servlet.http.HttpServletRequest
    Get the current HttpServletRequest.
  • Method Details

    • getCurrent

      jakarta.servlet.http.HttpServletRequest getCurrent()
      Get the current HttpServletRequest.
      Returns:
      the current HttpServletRequest.