Reputation: 21
I have one small doubt.. In Struts2, inside web.xml of tag, we will choose some filter name. While searching in examples, I have came across with 2 types of filters using inside that tag.. They are
So, now Im in a confusion which one to use in what condition?? Waiting for your replies..
Harishwar
Upvotes: 1
Views: 1827
Reputation: 23587
AS already described FilterDispatcher has been Deprecated StrutsPrepareAndExecuteFilter Handles both the preparation and execution phases of the Struts dispatching process
Upvotes: 1