@WebServlet 与 GlassFish 服务器
@WebServlet 注释也有以下键:
displayName
、smallIcon
、largeIcon
、description
但是设置这些属性后我可以在哪里获取或看到它们?
The @WebServlet
annotation has also this keys:
displayName
, smallIcon
, largeIcon
, description
but after setting these attributes where can I get or see them?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这些属性可由 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.