如何以编程方式将 jsf 组件添加到 taglib

发布于 2024-10-14 10:39:21 字数 331 浏览 2 评论 0原文

我想知道是否可以以编程方式将 JSF 组件添加到标记库? 我正在我们的应用程序中实现插件机制。现在,如果我在插件中创建 JSF 组件,我需要更改主应用程序中的组件 taglib xml 文件,这不是目标。 我宁愿将组件 taglib xml 文件放入插件中,然后由主应用程序处理。有什么办法可以做到这一点吗?

我问这个的原因如下: 在我们的应用程序中,我们通过网络界面发送安全消息。这些消息是通过填写表单来创建的,在大多数情况下,这些表单是生成的。但是某些表单具有特殊行为,如果实现了新的“特殊表单”,我们不想发布整个应用程序,因此我们决定将它们放入插件中。

感谢您的任何帮助。

干杯, 安德烈亚斯

I was wondering if it's possible to add JSF components to the tag library programmatically?
I'm implementing a plug-in mechanism in our application. And now, if I create a JSF component in the plug-in, I need to change the components taglib xml file in the main application, which is not the goal.
I'd rather like to put a components taglib xml file inside a plug-in which is then handled by the main application. Is there any way to do that?

The reason why I'm asking this is the following:
In our application, we send secure messages through a web interface. The messages are created by filling out forms, which are, in most cases, generated. But some forms have special behavior and we don't want to release the whole application if a new 'special form' is implemented, so we decided to put these in plug-ins.

Thanks for any help.

Cheers,
Andreas

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文