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