nxl
Tag layout
Facelet tag handler that renders a layout in a given mode.
When rendered, some variables are exposed to the resolution context and can be used within the template attached to the layout.
- 'layout' references the computed layout.
- 'value' or 'layoutValue' references the given value, so that it can be used in the widget properties definitions, for instance. The 'value' variable is updated to the value passed to widget tag in a widget rendering context.
Example:
<nxl:layout name="dublincore" mode="#{myMode}" value="#{myObject}" />
| Tag Information |
| Tag Class | None |
| TagExtraInfo Class | None |
| Body Content | None |
| Display Name | None |
| Attributes |
| Name | Required | Request-time | Type | Description |
| name | true | false | java.lang.String | Name of the layout as registered on the pluggable layout system. |
| mode | true | false | java.lang.String | Mode in which layout must be rendered. |
| value | true | false | java.lang.String | The value on which layout will apply. |
| 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.