Class TagAttributesImpl
java.lang.Object
jakarta.faces.view.facelets.TagAttributes
org.apache.myfaces.view.facelets.tag.TagAttributesImpl
A set of TagAttributes, usually representing all attributes on a Tag.
See org.apache.myfaces.view.facelets.tag.Tag
See org.apache.myfaces.view.facelets.tag.TagAttributeImpl
- Version:
- $Id$
- Author:
- Jacob Hookom
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionUsing no namespace, find the TagAttribute See #get(String, String)Find a TagAttribute that matches the passed namespace and local name.getAll()
Return an array of all TagAttributes in this setGet all TagAttributes for the passed namespaceString[]
A list of Namespaces found in this settoString()
Methods inherited from class jakarta.faces.view.facelets.TagAttributes
getTag, setTag
-
Constructor Details
-
TagAttributesImpl
-
-
Method Details
-
getAll
Return an array of all TagAttributes in this set- Specified by:
getAll
in classTagAttributes
- Returns:
- a non-null array of TagAttributes
-
get
Using no namespace, find the TagAttribute See #get(String, String)- Specified by:
get
in classTagAttributes
- Parameters:
localName
- tag attribute name- Returns:
- the TagAttribute found, otherwise null
-
get
Find a TagAttribute that matches the passed namespace and local name.- Specified by:
get
in classTagAttributes
- Parameters:
ns
- namespace of the desired attributelocalName
- local name of the attribute- Returns:
- a TagAttribute found, otherwise null
-
getAll
Get all TagAttributes for the passed namespace- Specified by:
getAll
in classTagAttributes
- Parameters:
namespace
- namespace to search- Returns:
- a non-null array of TagAttributes
-
getNamespaces
A list of Namespaces found in this set- Specified by:
getNamespaces
in classTagAttributes
- Returns:
- a list of Namespaces found in this set
-
toString
-