| 1. |
What Is An Interceptor Stack? |
|
Answer» An interceptor stack helps us to group TOGETHER multiple INTERCEPTORS in a package for further use. struts-default package creates some of the MOSTLY used interceptor stack – basicStack and defaultStack. We can create our own interceptor stack at the start of the package and then configure our ACTION classes to use it. An interceptor stack helps us to group together multiple interceptors in a package for further use. struts-default package creates some of the mostly used interceptor stack – basicStack and defaultStack. We can create our own interceptor stack at the start of the package and then configure our action classes to use it. |
|