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