Summary of Interceptors (interceptor) in Struts2

Source: Internet
Author: User
What is an interceptor?

The Interceptor in Java is the object that dynamically intercepts the action call. It provides a mechanism to enable developers to define code that executes before and after an action executes, or to prevent it from executing before an action executes, and also provides a way to extract the reusable parts of the action. In AOP (aspect-oriented programming), interceptors are used to intercept a method or field before it is accessed, and then add some actions before or after it. The Struts2 contains a number of interceptors, each of which completes a relatively independent function, and multiple interceptor combinations become interceptor stacks. The most important interceptor stack is the system default interceptor stack Defaultstack. The STRUTS2 defines 35 interceptors by default and performs 20 by default.

Workflow Interceptor Source Code Analysis

View the Dointercept () method of the Defaultworkflowinterceptor class:

Default error View:

Registration of Interceptors:

How to register the Interceptor stack:

How to register the default interceptor:

Last word: Interceptors are executed in the same order as they were registered

Summary of Interceptors (interceptor) in Struts2

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.