JSF UI Facelets Tag Library.
Tag decorate


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


Tag Information
Tag Classorg.apache.myfaces.view.facelets.tag.ui.DecorateHandler
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
templatefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The resolvable URI of the template to use. The content within the decorate tag will be used in populating the template specified.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.