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 TagAttribute
get(java.lang.String localName)
TagAttribute
get(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:
getAll
in classTagAttributes
-
get
public TagAttribute get(java.lang.String localName)
- Specified by:
get
in classTagAttributes
-
get
public TagAttribute get(java.lang.String ns, java.lang.String localName)
- Specified by:
get
in classTagAttributes
-
getAll
public TagAttribute[] getAll(java.lang.String namespace)
- Specified by:
getAll
in classTagAttributes
-
getNamespaces
public java.lang.String[] getNamespaces()
- Specified by:
getNamespaces
in classTagAttributes
-
getTagAttributes
public java.util.Map<java.lang.String,TagAttribute> getTagAttributes()
-
-