Book Image

Spring MVC Beginner's Guide

By : Amuthan Ganeshan
Book Image

Spring MVC Beginner's Guide

By: Amuthan Ganeshan

Overview of this book

Table of Contents (19 chapters)
Spring MVC Beginner's Guide
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Conditional redirecting


So far, we have seen many applications of the interceptor in Spring MVC, such as performance logging, internationalization, and audit logging. However, using interceptor, not only can we intercept the web request, but even bypass or redirect the original web request.