public class LayoutTagHandler
extends com.sun.facelets.tag.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(com.sun.facelets.tag.TagConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
apply(com.sun.facelets.FaceletContext ctx,
UIComponent parent) |
public void apply(com.sun.facelets.FaceletContext ctx, UIComponent parent) throws IOException, FacesException, ELException
IOException
FacesException
ELException
Copyright © 2013 Nuxeo SA. All Rights Reserved.