Which design pattern the interceptors in struts2 is based on?



Which design pattern the interceptors in struts2 is based on?..

Answer / Abhai Narain Rai

The Interceptors in Struts2 are based on the AOP (Aspect-Oriented Programming) design pattern.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Struts Interview Questions

If the framework doesn’t do what I want, can I request that a feature be added?

1 Answers  


Can you give an overview of how a struts application flows?

1 Answers  


How to build struts application in eclipse?

1 Answers  


Will the struts tags support other markup languages such as wml ?

1 Answers  


What is the purpose of struts.xml in struct2?

1 Answers  


How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?

1 Answers  


What design patterns are used in struts?

1 Answers  


how to write my own Action servlet by extending pre-defined Action servlet in struts config.

2 Answers   Sony,


What is the purpose of '@customvalidator'?

1 Answers  


What's the purpose of execute method of action class?

1 Answers  


Where can I get a copy of struts?

1 Answers  


What is the purpose of @customvalidator annotation?

1 Answers  


Categories