com.veriplace.web
Interface Redirector
- All Known Implementing Classes:
- DefaultRedirector
public interface Redirector
Interface for an object that can redirect the end user to a different URL. The default
implementation of this is DefaultRedirector; you may wish to
provide a different implementation if your application runs in an environment where
standard HTTP redirects do not work.
- Since:
- 2.0
sendRedirect
void sendRedirect(HttpServletRequest request,
HttpServletResponse response,
java.lang.String url)
throws java.io.IOException
- Throws:
java.io.IOException