Class DecorateHandler

java.lang.Object
jakarta.faces.view.facelets.TagHandler
org.apache.myfaces.view.facelets.tag.ui.DecorateHandler
All Implemented Interfaces:
FaceletHandler, ComponentContainerHandler, TemplateClient

@JSFFaceletTag(name="ui:decorate") public final class DecorateHandler extends TagHandler implements TemplateClient, ComponentContainerHandler
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.
Version:
$Id$
Author:
Jacob Hookom