Package com.sun.faces.facelets.tag
Class MetaTagHandlerImpl
java.lang.Object
jakarta.faces.view.facelets.TagHandler
jakarta.faces.view.facelets.MetaTagHandler
com.sun.faces.facelets.tag.MetaTagHandlerImpl
- All Implemented Interfaces:
FaceletHandler
public abstract class MetaTagHandlerImpl extends MetaTagHandler
A base tag for wiring state to an object instance based on rules populated at the time of creating a MetaRuleset.
- Version:
- $Id$
- Author:
- Jacob Hookom
-
Field Summary
-
Constructor Summary
Constructors Constructor Description MetaTagHandlerImpl(TagConfig config)
-
Method Summary
Modifier and Type Method Description protected MetaRuleset
createMetaRuleset(Class type)
Extend this method in order to add your own rules.Methods inherited from class jakarta.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
-
Constructor Details
-
Method Details
-
createMetaRuleset
Extend this method in order to add your own rules.- Specified by:
createMetaRuleset
in classMetaTagHandler
- Parameters:
type
-- Returns:
- the
MetaRuleset
.
-