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.
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)
If resolved layout has a template, apply it, else apply widget type
handlers for widgets, ignoring rows.
|
public void apply(com.sun.facelets.FaceletContext ctx, UIComponent parent) throws IOException, FacesException, ELException
IOException
FacesException
ELException
Copyright © 2011 Nuxeo SA. All Rights Reserved.