public final class CompositionHandler
extends com.sun.faces.facelets.tag.TagHandlerImpl
implements com.sun.faces.facelets.TemplateClient
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,com.sun.faces.facelets.tag.ui.DefineHandler> |
handlers |
static String |
Name |
protected com.sun.faces.facelets.tag.ui.ParamHandler[] |
params |
protected javax.faces.view.facelets.TagAttribute |
strategyAttribute |
| Constructor and Description |
|---|
CompositionHandler(javax.faces.view.facelets.TagConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(javax.faces.view.facelets.FaceletContext ctxObj,
javax.faces.component.UIComponent parent) |
boolean |
apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
String name) |
findNextByType, findNextByTypepublic static final String Name
protected final javax.faces.view.facelets.TagAttribute strategyAttribute
protected final com.sun.faces.facelets.tag.ui.ParamHandler[] params
public CompositionHandler(javax.faces.view.facelets.TagConfig config)
config - public void apply(javax.faces.view.facelets.FaceletContext ctxObj,
javax.faces.component.UIComponent parent)
throws IOException,
javax.faces.FacesException,
javax.faces.view.facelets.FaceletException,
javax.el.ELException
apply in interface javax.faces.view.facelets.FaceletHandlerIOExceptionjavax.faces.FacesExceptionjavax.faces.view.facelets.FaceletExceptionjavax.el.ELExceptionpublic boolean apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
String name)
throws IOException,
javax.faces.FacesException,
javax.faces.view.facelets.FaceletException,
javax.el.ELException
apply in interface com.sun.faces.facelets.TemplateClientIOExceptionjavax.faces.FacesExceptionjavax.faces.view.facelets.FaceletExceptionjavax.el.ELExceptionCopyright © 2019 Nuxeo SA. All rights reserved.