JSF Test Framework: Mockito 1.1.2

org.jboss.test.faces.writer
Class ElementRecord

java.lang.Object
  extended by org.jboss.test.faces.writer.RecordBase
      extended by org.jboss.test.faces.writer.ElementRecord
All Implemented Interfaces:
Record

public class ElementRecord
extends RecordBase
implements Record

Author:
asmirnov

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.test.faces.writer.Record
Record.Kind
 
Constructor Summary
ElementRecord(String name, javax.faces.component.UIComponent component)
           
 
Method Summary
 void addAttribute(Attribute attr)
           
 boolean containsAttribute(String name)
           
 Attribute getAttribute(String name2)
           
 String getName()
           
 String toString()
           
 
Methods inherited from class org.jboss.test.faces.writer.RecordBase
addRecord, getChildren, getParent, getText, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.test.faces.writer.Record
addRecord, getChildren, getParent, getText, setParent
 

Constructor Detail

ElementRecord

public ElementRecord(String name,
                     javax.faces.component.UIComponent component)
Method Detail

addAttribute

public void addAttribute(Attribute attr)
Specified by:
addAttribute in interface Record
Overrides:
addAttribute in class RecordBase

getName

public String getName()
Specified by:
getName in interface Record
Overrides:
getName in class RecordBase

toString

public String toString()
Overrides:
toString in class RecordBase

containsAttribute

public boolean containsAttribute(String name)

getAttribute

public Attribute getAttribute(String name2)

JSF Test Framework: Mockito 1.1.2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.