Package org.xwiki.container
Interface RedirectResponse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
sendRedirect(String location)
Sends a temporary redirect response to the client using the specified redirect location URL.-
Methods inherited from interface org.xwiki.container.Response
getOutputStream, setContentLength, setContentType
-
-
-
-
Method Detail
-
sendRedirect
void sendRedirect(String location) throws IOException
Sends a temporary redirect response to the client using the specified redirect location URL.- Parameters:
location
- the redirect URL- Throws:
IOException
- if an error happens
-
-