public class Redirector extends Object
| Constructor and Description |
|---|
Redirector() |
| Modifier and Type | Method and Description |
|---|---|
void |
doForward(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String path) |
void |
doRedirect(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String path) |
void |
setApplicationContextPath(String applicationContextPath) |
public void doRedirect(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String path)
throws IOException
IOExceptionpublic void doForward(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String path)
throws javax.servlet.ServletException,
IOException
javax.servlet.ServletExceptionIOExceptionpublic void setApplicationContextPath(String applicationContextPath)
Copyright © 2020 JBoss by Red Hat. All rights reserved.