public class InsertFacetHandler extends TagHandlerImpl
TagHandler
is responsible for relocating Facets
defined within a composite component to a component within the
composite component's composite:implementation
section.Modifier and Type | Class and Description |
---|---|
private class |
InsertFacetHandler.RelocateFacetListener |
Modifier and Type | Field and Description |
---|---|
private java.util.logging.Logger |
LOGGER |
private javax.faces.view.facelets.TagAttribute |
name |
private static java.lang.String |
NAME_ATTRIBUTE |
private javax.faces.view.facelets.TagAttribute |
required |
private static java.lang.String |
REQUIRED_ATTRIBUTE |
Constructor and Description |
---|
InsertFacetHandler(javax.faces.view.facelets.TagConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent) |
findNextByType, findNextByType
private final java.util.logging.Logger LOGGER
private static final java.lang.String NAME_ATTRIBUTE
private static final java.lang.String REQUIRED_ATTRIBUTE
private javax.faces.view.facelets.TagAttribute name
private javax.faces.view.facelets.TagAttribute required
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.