Class HtmlComponentHandler
- java.lang.Object
- 
- jakarta.faces.view.facelets.TagHandler
- 
- jakarta.faces.view.facelets.MetaTagHandler
- 
- jakarta.faces.view.facelets.DelegatingMetaTagHandler
- 
- jakarta.faces.view.facelets.ComponentHandler
- 
- org.apache.myfaces.view.facelets.tag.faces.html.HtmlComponentHandler
 
 
 
 
 
- 
- All Implemented Interfaces:
- FaceletHandler
 - Direct Known Subclasses:
- HtmlOutputScriptHandler,- HtmlOutputStylesheetHandler
 
 public class HtmlComponentHandler extends ComponentHandler - Version:
- $Id$
- Author:
- Jacob Hookom
 
- 
- 
Field Summary- 
Fields inherited from class jakarta.faces.view.facelets.DelegatingMetaTagHandlerdelegateFactory
 - 
Fields inherited from class jakarta.faces.view.facelets.TagHandlernextHandler, tag, tagId
 
- 
 - 
Constructor SummaryConstructors Constructor Description HtmlComponentHandler(ComponentConfig config)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MetaRulesetcreateMetaRuleset(Class type)- 
Methods inherited from class jakarta.faces.view.facelets.ComponentHandlercreateComponent, getComponentConfig, getTagHandlerDelegate, isNew, onComponentCreated, onComponentPopulated
 - 
Methods inherited from class jakarta.faces.view.facelets.DelegatingMetaTagHandlerapply, applyNextHandler, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributes
 - 
Methods inherited from class jakarta.faces.view.facelets.TagHandlergetAttribute, getRequiredAttribute, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
HtmlComponentHandlerpublic HtmlComponentHandler(ComponentConfig config) 
 
- 
 - 
Method Detail- 
createMetaRulesetprotected MetaRuleset createMetaRuleset(Class type) - Overrides:
- createMetaRulesetin class- DelegatingMetaTagHandler
 
 
- 
 
-