How is the ui:include
tag implemented? Where can I find its implementation(source code)?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
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
.