UI-Component Sets
Project Documentation

Summary

Facelet Tag name: <ui:decorate>
Facelet Tag class: org.apache.myfaces.view.facelets.tag.ui.DecorateHandler
The decorate tag acts the same as a composition tag, but it will not trim everything outside of it. This is useful in cases where you have a list of items in a document, which you would like to be decorated or framed. The sum of it all is that you can take any element in the document and decorate it with some external logic as provided by the template. TODO: REFACTOR - This class could easily use a common parent with CompositionHandler

Attributes

Name Type Required Description
template javax.el.ValueExpression false The resolvable URI of the template to use. The content within the decorate tag will be used in populating the template specified.