Package thredds.util
Class RequestForwardUtils
java.lang.Object
thredds.util.RequestForwardUtils
Wrapper around RequestDispatcher
- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidforwardRequest(String fwdPath, jakarta.servlet.RequestDispatcher dispatcher, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) static voidforwardRequestRelativeToCurrentContext(String fwdPath, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) static voidforwardRequestRelativeToGivenContext(String fwdPath, jakarta.servlet.ServletContext targetContext, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
-
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:
IOExceptionjakarta.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:
IOExceptionjakarta.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:
IOExceptionjakarta.servlet.ServletException
-