美文网首页
关于Struts2中web.xml中配置问题

关于Struts2中web.xml中配置问题

作者: LinkedIn | 来源:发表于2017-04-10 00:01 被阅读0次

    作为初学者,Struts2中web.xml中配容易出现问题,国内大部分书籍教程,对class配置还是过去的,并没有说明框架内容发生改变

    特别说明

    如果是2.1.3之前的版本,用org.apache.struts2.dispatcher.FilterDispatcher,
    否则,用org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter。
    从Struts2.1.3开始,将废弃ActionContextCleanUp过滤器,而在StrutsPrepareAndExecuteFilter过滤器中包含相应的功能。
    作如下配置:


    关于Struts2中web.xml中配置问题

    相关文章

      网友评论

          本文标题:关于Struts2中web.xml中配置问题

          本文链接:https://www.haomeiwen.com/subject/grbjattx.html