Saved Bookmarks
| 1. |
Which Class Is The Front Controller In Struts2? |
|
Answer» 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 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 |
|