public class RenderFacetHandler
extends javax.faces.view.facelets.ComponentHandler
Modifier and Type | Field and Description |
---|---|
(package private) javax.faces.view.facelets.TagAttribute |
name |
private static java.lang.String |
NAME_ATTRIBUTE |
(package private) javax.faces.view.facelets.TagAttribute |
required |
private static java.lang.String |
REQUIRED_ATTRIBUTE |
Constructor and Description |
---|
RenderFacetHandler(javax.faces.view.facelets.ComponentConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
onComponentPopulated(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent c,
javax.faces.component.UIComponent parent) |
private void |
throwRequiredException(javax.faces.view.facelets.FaceletContext ctx,
java.lang.String name,
javax.faces.component.UIComponent compositeParent) |
createComponent, getComponentConfig, getTagHandlerDelegate, isNew, onComponentCreated
apply, applyNextHandler, createMetaRuleset, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributes
private static final java.lang.String NAME_ATTRIBUTE
private static final java.lang.String REQUIRED_ATTRIBUTE
javax.faces.view.facelets.TagAttribute name
javax.faces.view.facelets.TagAttribute required
public RenderFacetHandler(javax.faces.view.facelets.ComponentConfig config)
public void onComponentPopulated(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent c, javax.faces.component.UIComponent parent)
onComponentPopulated
in class javax.faces.view.facelets.ComponentHandler
private void throwRequiredException(javax.faces.view.facelets.FaceletContext ctx, java.lang.String name, javax.faces.component.UIComponent compositeParent)
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.