public class LayoutTagHandler
extends javax.faces.view.facelets.TagHandler
Computes a layout in given facelet context, for given mode and value attributes. The layout can either be computed from a layout definition, or by a layout name, where the layout service will lookup the corresponding definition.
If a template is found for this layout, include the corresponding facelet and use facelet template features to iterate over rows and widgets.
Since 5.6, the layout name attribute also accepts a comma separated list of layout names.
Constructor and Description |
---|
LayoutTagHandler(javax.faces.view.facelets.TagConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent) |
public LayoutTagHandler(javax.faces.view.facelets.TagConfig config)
public void apply(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent) throws IOException, javax.faces.FacesException, javax.el.ELException
IOException
javax.faces.FacesException
javax.el.ELException
Copyright © 2015 Nuxeo SA. All rights reserved.