org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter
is the Front Controller class in Struts2 and every request processing starts from this class. Earlier versions of Struts2 uses org.apache.struts2.dispatcher.FilterDispatcher
as Front Controller class.