JavaScript is disabled on your browser.
java.lang.Object
javax.faces.view.facelets.TagHandler
All Implemented Interfaces:
javax.faces.view.facelets.FaceletHandler
public class InsertChildrenHandler
extends TagHandlerImpl
This TagHandler
is responsible for relocating children
defined within a composite component to a component within the
composite component's composite:implementation
section.
Field Summary
Fields
Modifier and Type
Field and Description
private java.util.logging.Logger
LOGGER
private javax.faces.view.facelets.TagAttribute
required
private static java.lang.String
REQUIRED_ATTRIBUTE
Fields inherited from class javax.faces.view.facelets.TagHandler
nextHandler, tag, tagId
Constructor Summary
Constructors
Constructor and Description
InsertChildrenHandler (javax.faces.view.facelets.TagConfig config)
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
void
apply (javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent)
Methods inherited from class javax.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.