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
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
Fields inherited from class jakarta.faces.view.facelets.TagHandler
nextHandler, tag, tagId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected MetaRulesetcreateMetaRuleset(Class type) Extend this method in order to add your own rules.Methods inherited from class jakarta.faces.view.facelets.MetaTagHandler
setAttributesMethods inherited from class jakarta.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.faces.view.facelets.FaceletHandler
apply
-
Constructor Details
-
MetaTagHandlerImpl
-
-
Method Details
-
createMetaRuleset
Extend this method in order to add your own rules.- Specified by:
createMetaRulesetin classMetaTagHandler- Parameters:
type-- Returns:
- the
MetaRuleset.
-