Uses of Class
jakarta.faces.view.facelets.Tag
-
Packages that use Tag Package Description jakarta.faces.view.facelets -
-
Uses of Tag in jakarta.faces.view.facelets
Fields in jakarta.faces.view.facelets declared as Tag Modifier and Type Field Description protected TagTagHandler. tagA reference to theTaginstance corresponding to thisTagHandlerinstance.Methods in jakarta.faces.view.facelets that return Tag Modifier and Type Method Description TagTagDecorator. decorate(Tag tag)If handled, return a new Tag instance, otherwise return nullTagDelegatingMetaTagHandler. getTag()Return a reference to theTaginstance corresponding to thisTagHandlerinstance.TagTagAttribute. getTag()A reference to the Tag for which this class represents the attributes.TagTagAttributes. getTag()A reference to the Tag for which this class represents the attributes.TagTagConfig. getTag()Return theTagrepresenting this handler.Methods in jakarta.faces.view.facelets with parameters of type Tag Modifier and Type Method Description TagTagDecorator. decorate(Tag tag)If handled, return a new Tag instance, otherwise return nullvoidTagAttribute. setTag(Tag tag)Set a reference to the Tag for which this class represents the attributes.voidTagAttributes. setTag(Tag tag)Set a reference to the Tag for which this class represents the attributes.Constructors in jakarta.faces.view.facelets with parameters of type Tag Constructor Description Tag(Tag orig, TagAttributes attributes)Constructor.TagAttributeException(Tag tag, TagAttribute attr)Constructor.TagAttributeException(Tag tag, TagAttribute attr, String message)Constructor.TagAttributeException(Tag tag, TagAttribute attr, String message, Throwable cause)Constructor.TagAttributeException(Tag tag, TagAttribute attr, Throwable cause)Constructor.TagException(Tag tag)Wrap the argumenttagso the exception can reference its information.TagException(Tag tag, String message)Wrap the argumenttagso the exception can reference its information.TagException(Tag tag, String message, Throwable cause)Wrap the argumenttagso the exception can reference its information.TagException(Tag tag, Throwable cause)Wrap the argumenttagso the exception can reference its information.
-