public final class CompositeComponentDefinitionTagHandler extends Object implements FaceletHandler
This handler is set by facelets compiler through CompositeComponentUnit class by the presence of cc:interface or cc:implementation tag.
The presence of this class has the following objectives:
| Constructor and Description | 
|---|
| CompositeComponentDefinitionTagHandler(FaceletHandler next) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | apply(FaceletContext ctx,
     UIComponent parent) | 
public CompositeComponentDefinitionTagHandler(FaceletHandler next)
public void apply(FaceletContext ctx, UIComponent parent) throws IOException
apply in interface FaceletHandlerIOExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.