Uses of Class
jakarta.faces.view.facelets.Tag
Packages that use Tag
-
Uses of Tag in jakarta.faces.view.facelets
Fields in jakarta.faces.view.facelets declared as TagModifier and TypeFieldDescriptionprotected final TagTagHandler.tagA reference to theTaginstance corresponding to thisTagHandlerinstance.Methods in jakarta.faces.view.facelets that return TagModifier and TypeMethodDescriptionIf handled, return a new Tag instance, otherwise return nullDelegatingMetaTagHandler.getTag()Return a reference to theTaginstance corresponding to thisTagHandlerinstance.TagAttribute.getTag()A reference to the Tag for which this class represents the attributes.TagAttributes.getTag()A reference to the Tag for which this class represents the attributes.TagConfig.getTag()Return theTagrepresenting this handler.Methods in jakarta.faces.view.facelets with parameters of type TagModifier and TypeMethodDescriptionIf handled, return a new Tag instance, otherwise return nullvoidSet a reference to the Tag for which this class represents the attributes.voidSet a reference to the Tag for which this class represents the attributes.Constructors in jakarta.faces.view.facelets with parameters of type TagModifierConstructorDescriptionTag(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.