What is difference between interceptors and filters?
Answer / Ranveer Singh Azad
Interceptors are part of Struts framework and are used to perform actions before or after the execution of an action method. Filters, on the other hand, are a generic servlet feature that can be used for various purposes such as authentication, logging, and encoding.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why is action servlet a singleton in struts?
what is mean by custom tag?
How the flow of various requests happens in struts application?
How to upload struts file?
what is the difference between *.do & /do.*/? So what is the diffenence btn extension mapping & path mapping.What is those difference in work effect?
What configurations are stored in struts configuration file ?
What is the naming convention for a resource bundle file in struts2?
Why struts 1 classes are not thread safe whereas struts 2 classes are thread safe?
What is the purpose of interceptors?
What is the purpose of '@customvalidator'?
What do you mean by inner class and anonymous class?
Which components are available using actioncontext map?