What is interceptor?

  1. Interceptors are an objects that dynamically intercept Action invocation.
  2.  It is invoked at the preprocessing and postprocessing of a request.
  3.  Interceptors provide a developer way to encapsulate common functionality in a re-usable that from one or more Action.
  4.  It is perform validations, exception handling, logger, intermediate results etc.

No comments:

Post a Comment