Servlet 3.0 annotations

前端 未结 1 1015
野趣味
野趣味 2020-12-20 20:14

Is it possible to set welcome-file tag from standard web.xml file by servlet 3.0 annotation ?


        PageName.         


        
相关标签:
1条回答
  • 2020-12-20 20:45

    No, there is not such annotation at the moment. Servlet 3.0 annotations are InitParam, ServletFilter, WebServlet, WebServletContextListener, there's nothin for the welcome files in there.

    0 讨论(0)
提交回复
热议问题