public class PassThroughElementComponentHandler
extends javax.faces.view.facelets.ComponentHandler
Modifier and Type | Field and Description |
---|---|
private javax.faces.view.facelets.TagAttribute |
elementName |
Constructor and Description |
---|
PassThroughElementComponentHandler(javax.faces.view.facelets.ComponentConfig config) |
Modifier and Type | Method and Description |
---|---|
javax.faces.component.UIComponent |
createComponent(javax.faces.view.facelets.FaceletContext ctx) |
protected javax.faces.view.facelets.TagAttribute |
getRequiredPassthroughAttribute(java.lang.String localName) |
void |
onComponentCreated(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent c,
javax.faces.component.UIComponent parent) |
getComponentConfig, getTagHandlerDelegate, isNew, onComponentPopulated
apply, applyNextHandler, createMetaRuleset, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributes
public PassThroughElementComponentHandler(javax.faces.view.facelets.ComponentConfig config)
protected final javax.faces.view.facelets.TagAttribute getRequiredPassthroughAttribute(java.lang.String localName) throws javax.faces.view.facelets.TagException
javax.faces.view.facelets.TagException
public javax.faces.component.UIComponent createComponent(javax.faces.view.facelets.FaceletContext ctx)
createComponent
in class javax.faces.view.facelets.ComponentHandler
public void onComponentCreated(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent c, javax.faces.component.UIComponent parent)
onComponentCreated
in class javax.faces.view.facelets.ComponentHandler
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.