Uses of Class
jakarta.faces.view.facelets.Tag
Packages that use Tag
Package
Description
This package contains public classes for
the Java code API of Facelets.
-
Uses of Tag in com.sun.faces.facelets.tag
Methods in com.sun.faces.facelets.tag that return TagModifier and TypeMethodDescriptionUses the chain of responsibility pattern to stop processing if any of the TagDecorators return a value other than null.AbstractTagLibrary.ComponentConfigWrapper.getTag()TagAttributeImpl.getTag()TagAttributesImpl.getTag()Methods in com.sun.faces.facelets.tag with parameters of type TagModifier and TypeMethodDescriptionbooleanAbstractTagLibrary.containsNamespace(String ns, Tag t) booleanCompositeTagLibrary.containsNamespace(String ns, Tag t) booleanTagLibrary.containsNamespace(String ns, Tag t) true if the namespace is used in this libraryUses the chain of responsibility pattern to stop processing if any of the TagDecorators return a value other than null.voidvoidConstructors in com.sun.faces.facelets.tag with parameters of type Tag -
Uses of Tag in com.sun.faces.facelets.tag.faces
Methods in com.sun.faces.facelets.tag.faces that return TagModifier and TypeMethodDescriptionstatic TagComponentSupport.getTagForComponent(FacesContext context, UIComponent c) static TagComponentSupport.setTagForComponent(FacesContext context, UIComponent c, Tag t) Methods in com.sun.faces.facelets.tag.faces with parameters of type TagModifier and TypeMethodDescriptionstatic voidComponentSupport.copyPassthroughAttributes(FaceletContext ctx, UIComponent c, Tag t) static TagComponentSupport.setTagForComponent(FacesContext context, UIComponent c, Tag t) -
Uses of Tag in com.sun.faces.facelets.tag.faces.html
Methods in com.sun.faces.facelets.tag.faces.html that return TagMethods in com.sun.faces.facelets.tag.faces.html with parameters of type Tag -
Uses of Tag in com.sun.faces.facelets.util
Methods in com.sun.faces.facelets.util with parameters of type 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.