开发者

Servlet 3.0 annotations <welcome-file>

开发者 https://www.devze.com 2022-12-24 20:30 出处:网络
Is it possible to set welcome-file tag from standard web.xml file by servlet 3.0 annotation ? <welcome-file-list>

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

<welcome-file-list>
        <welc开发者_运维技巧ome-file>PageName.html</welcome-file>
</welcome-file-list>


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

精彩评论

暂无评论...
验证码 换一张
取 消