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.TagAttributesTag 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.TagAttributeget(String localName)javax.faces.view.facelets.TagAttributeget(String ns, String localName)javax.faces.view.facelets.TagAttribute[]getAll()javax.faces.view.facelets.TagAttribute[]getAll(String namespace)String[]getNamespaces() 
 - 
 
- 
- 
Method Detail
- 
getAll
public javax.faces.view.facelets.TagAttribute[] getAll()
- Specified by:
 getAllin classjavax.faces.view.facelets.TagAttributes
 
- 
get
public javax.faces.view.facelets.TagAttribute get(String localName)
- Specified by:
 getin classjavax.faces.view.facelets.TagAttributes
 
- 
get
public javax.faces.view.facelets.TagAttribute get(String ns, String localName)
- Specified by:
 getin classjavax.faces.view.facelets.TagAttributes
 
- 
getAll
public javax.faces.view.facelets.TagAttribute[] getAll(String namespace)
- Specified by:
 getAllin classjavax.faces.view.facelets.TagAttributes
 
- 
getNamespaces
public String[] getNamespaces()
- Specified by:
 getNamespacesin classjavax.faces.view.facelets.TagAttributes
 
 - 
 
 -