public class Redirector extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
HAWTIO_REDIRECT_SCHEME |
| 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 static final String HAWTIO_REDIRECT_SCHEME
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 © 2022 JBoss by Red Hat. All rights reserved.