Spring XML namespaces : How do I find what are the implementing classes behind them?

后端 未结 4 1301
暖寄归人
暖寄归人 2020-12-22 18:12

In my Spring 3.1 application, I sometime need to change the default behavior of some of the Spring namespaces in my context files. To do that, I create custom classes that i

4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-22 18:47

    In the case of Spring Security, it's well documented: see Appendix B. The Security Namespace

    See also this blog post: BEHIND THE SPRING SECURITY NAMESPACE

提交回复
热议问题