What is the difference between Struts2 FilterDispatcher and StrutsPrepareAndExecuteFilter?

Posted by jl on Stack Overflow See other posts from Stack Overflow or by jl
Published on 2010-03-23T11:20:04Z Indexed on 2010/03/23 11:23 UTC
Read the original article Hit count: 474

Filed under:
|

I saw some examples using FilterDispatcher, while others using StrutsPrepareAndExecuteFilter, in web.xml.

May I know what is the difference between org.apache.struts.action2.dispatcher.FilterDispatcher and org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter?

Thank you.

© Stack Overflow or respective owner

Related posts about struts2

Related posts about java