public class HtmlComponentHandler
extends jakarta.faces.view.facelets.ComponentHandler
| Constructor and Description |
|---|
HtmlComponentHandler(jakarta.faces.view.facelets.ComponentConfig config) |
| Modifier and Type | Method and Description |
|---|---|
protected jakarta.faces.view.facelets.MetaRuleset |
createMetaRuleset(Class type)
The default implementation simply calls through to |
createComponent, getComponentConfig, getTagHandlerDelegate, isNew, onComponentCreated, onComponentPopulatedapply, applyNextHandler, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributespublic HtmlComponentHandler(jakarta.faces.view.facelets.ComponentConfig config)
config - protected jakarta.faces.view.facelets.MetaRuleset createMetaRuleset(Class type)
jakarta.faces.view.facelets.DelegatingMetaTagHandler
The default implementation simply calls through to TagHandlerDelegate.createMetaRuleset(java.lang.Class) and returns the
result.
createMetaRuleset in class jakarta.faces.view.facelets.DelegatingMetaTagHandlertype - the Class for which the MetaRuleset must be created.MetaRuleset.Copyright © 2010–2022 JBoss by Red Hat. All rights reserved.