@Controller public class RedirectServlet extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
REDIRCT_PARAM_URL |
| Constructor and Description |
|---|
RedirectServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
performLogOut(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
public static final String REDIRCT_PARAM_URL
@RequestMapping(value="/RedirectServlet",
method=GET)
public void performLogOut(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws IOException
IOExceptionCopyright © 2017. All rights reserved.