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
com.sun.faces.facelets.tag.jsf.html.HtmlComponentHandler
- All Implemented Interfaces:
FaceletHandler
public class HtmlComponentHandler extends ComponentHandler
- Version:
- $Id$
- Author:
- Jacob Hookom
-
Field Summary
-
Constructor Summary
Constructors Constructor Description HtmlComponentHandler(ComponentConfig config)
-
Method Summary
Modifier and Type Method Description protected MetaRuleset
createMetaRuleset(Class type)
The default implementation simply calls through toTagHandlerDelegate.createMetaRuleset(java.lang.Class)
and returns the result.Methods inherited from class jakarta.faces.view.facelets.ComponentHandler
createComponent, getComponentConfig, getTagHandlerDelegate, isNew, onComponentCreated, onComponentPopulated
Methods inherited from class jakarta.faces.view.facelets.DelegatingMetaTagHandler
apply, applyNextHandler, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributes
Methods inherited from class jakarta.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
-
Constructor Details
-
HtmlComponentHandler
- Parameters:
config
-
-
-
Method Details
-
createMetaRuleset
Description copied from class:DelegatingMetaTagHandler
The default implementation simply calls through to
TagHandlerDelegate.createMetaRuleset(java.lang.Class)
and returns the result.- Overrides:
createMetaRuleset
in classDelegatingMetaTagHandler
- Parameters:
type
- theClass
for which theMetaRuleset
must be created.- Returns:
- the
MetaRuleset
.
-