公共静态接口 Container.FunctionCallTagHandler
Container.FunctionCallTagHandler
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[],["The `Container.FunctionCallTagHandler` interface allows applications to execute custom tags. It provides an `execute` method that receives the tag's name (`tagName`) and a map of parameters (`parameters`). The parameter map can contain various data types like String, Double, Boolean, Map, or List. The `tagName` corresponds to the registered handler's name, enabling a single handler to manage multiple tags. The `execute` method should be implemented to specify what to do when the tag is called.\n"]]