@WebServlet 与 GlassFish 服务器

发布于 2024-11-03 15:42:28 字数 164 浏览 0 评论 0原文

@WebServlet 注释也有以下键:

displayNamesmallIconlargeIcondescription

但是设置这些属性后我可以在哪里获取或看到它们?

The @WebServlet annotation has also this keys:

displayName, smallIcon, largeIcon, description

but after setting these attributes where can I get or see them?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

帅气尐潴 2024-11-10 15:42:29

这些属性可由 servlet 容器的管理工具使用,但容器可以随意忽略它们。

这些属性镜像 web.xml 中的条目。请参阅相关文档的架构。

These properties can be used by the servlet container's administration tools but containers are free to just ignore them.

These properties mirror entries in the web.xml. See the relevant schemas for documentation.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文