How is the ui:include
tag implemented? Where can I find its implementation(source code)?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
That's implementation dependent.
In Mojarra, it's the com.sun.faces.facelets.tag.ui.IncludeHandler
.
In MyFaces, it's the org.apache.myfaces.view.facelets.tag.ui.IncludeHandler
.