The class behind ui:include JSF tag

2019-06-27 02:17发布

问题:

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.