UI-Component Sets
Project Documentation

Summary

Facelet Tag name: <ui:define>
Facelet Tag class: org.apache.myfaces.view.facelets.tag.ui.DefineHandler
The define tag can be used within tags that allow templating. This includes composition and decorate tags.

Attributes

Name Type Required Description
name javax.el.ValueExpression true The literal name for this definition. This name will match up with a <ui:insert/> tag in a target template.