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