Package thredds.util

Class RequestForwardUtils

java.lang.Object
thredds.util.RequestForwardUtils

public class RequestForwardUtils extends Object
Wrapper around RequestDispatcher
Since:
4.0
  • Method Details

    • forwardRequestRelativeToCurrentContext

      public static void forwardRequestRelativeToCurrentContext(String fwdPath, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws IOException, jakarta.servlet.ServletException
      Throws:
      IOException
      jakarta.servlet.ServletException
    • forwardRequestRelativeToGivenContext

      public static void forwardRequestRelativeToGivenContext(String fwdPath, jakarta.servlet.ServletContext targetContext, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws IOException, jakarta.servlet.ServletException
      Throws:
      IOException
      jakarta.servlet.ServletException
    • forwardRequest

      public static void forwardRequest(String fwdPath, jakarta.servlet.RequestDispatcher dispatcher, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws IOException, jakarta.servlet.ServletException
      Throws:
      IOException
      jakarta.servlet.ServletException