public class DocumentLayoutTagHandler
extends com.sun.facelets.tag.TagHandler
Computes layouts in given facelet context, for given mode and document attributes.
Document must be resolved at the component tree construction so it cannot be bound to an iteration value.
Constructor and Description |
---|
DocumentLayoutTagHandler(com.sun.facelets.tag.TagConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
apply(com.sun.facelets.FaceletContext ctx,
UIComponent parent)
If resolved document has layouts, apply each of them.
|
public DocumentLayoutTagHandler(com.sun.facelets.tag.TagConfig config)
public void apply(com.sun.facelets.FaceletContext ctx, UIComponent parent) throws IOException, FacesException, ELException
IOException
FacesException
ELException
Copyright © 2013 Nuxeo SA. All Rights Reserved.