Snippets tagged “redirectview”
1 snippet uses this tag.
- Redirect to an external URL from controller action in Spring MVCJava
To redirect to an external URL from a controller action in Spring MVC, you can use the RedirectView class and return it from the controller action.