4

How is the ui:include tag implemented? Where can I find its implementation(source code)?

Seitaridis
  • 4,459
  • 9
  • 53
  • 85

1 Answers1

5

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.

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555