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