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
IOException
public void doForward(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String path) throws javax.servlet.ServletException, IOException
javax.servlet.ServletException
IOException
public void setApplicationContextPath(String applicationContextPath)
Copyright © 2018 JBoss by Red Hat. All rights reserved.