What you can do with the Struts2 interceptor definition of the package is not also to define the interceptor in other packages

Source: Internet
Author: User

The wolf's definition interceptor intercepts non-logged user operations, but my action is in a different package, is my interceptor required to be defined in each package? Can you define a common one?


This is a must.

<package name= "Default" extends= "Struts-default"  namespace= "/" >   <interceptors> < Interceptor Name= "Custom" class= "Myintercepter" ></interceptor>   </interceptors></package >

This defines an interceptor in a package called "Default", in other packages, as long as the package is inherited:

<package name= "Package1" extends= "Default"  namespace= "/" >......</package><package name= " Package2 "extends=" Default "  namespace="/">......</package>

So the little wolf can use the interceptor in the other bag.

What you can do with the Struts2 interceptor definition of the package is not also to define the interceptor in other packages

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.