Package org.joinfaces.test.mock
Class MockTagAttributes
- java.lang.Object
-
- javax.faces.view.facelets.TagAttributes
-
- org.joinfaces.test.mock.MockTagAttributes
-
public class MockTagAttributes extends TagAttributes
Tag Attributes Mock.
-
-
Constructor Summary
Constructors Constructor Description MockTagAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TagAttributeget(java.lang.String localName)TagAttributeget(java.lang.String ns, java.lang.String localName)TagAttribute[]getAll()TagAttribute[]getAll(java.lang.String namespace)java.lang.String[]getNamespaces()java.util.Map<java.lang.String,TagAttribute>getTagAttributes()-
Methods inherited from class javax.faces.view.facelets.TagAttributes
getTag, setTag
-
-
-
-
Method Detail
-
getAll
public TagAttribute[] getAll()
- Specified by:
getAllin classTagAttributes
-
get
public TagAttribute get(java.lang.String localName)
- Specified by:
getin classTagAttributes
-
get
public TagAttribute get(java.lang.String ns, java.lang.String localName)
- Specified by:
getin classTagAttributes
-
getAll
public TagAttribute[] getAll(java.lang.String namespace)
- Specified by:
getAllin classTagAttributes
-
getNamespaces
public java.lang.String[] getNamespaces()
- Specified by:
getNamespacesin classTagAttributes
-
getTagAttributes
public java.util.Map<java.lang.String,TagAttribute> getTagAttributes()
-
-