JSF Test Framework: Mockito 1.1.2

org.jboss.test.faces.writer
Class RecordBase

java.lang.Object
  extended by org.jboss.test.faces.writer.RecordBase
All Implemented Interfaces:
Record
Direct Known Subclasses:
CDATARecord, DocumentRecord, ElementRecord, TextRecord

public class RecordBase
extends Object
implements Record


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.test.faces.writer.Record
Record.Kind
 
Constructor Summary
RecordBase()
           
 
Method Summary
 void addAttribute(Attribute attr)
           
 Record addRecord(Record next)
           
 List<Record> getChildren()
           
 String getName()
           
 Record getParent()
           
 String getText()
           
 void setParent(Record parent)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RecordBase

public RecordBase()
Method Detail

addAttribute

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

addRecord

public Record addRecord(Record next)
Specified by:
addRecord in interface Record

getChildren

public List<Record> getChildren()
Specified by:
getChildren in interface Record
Returns:
the records

getName

public String getName()
Specified by:
getName in interface Record

getParent

public Record getParent()
Specified by:
getParent in interface Record

setParent

public void setParent(Record parent)
Specified by:
setParent in interface Record
Parameters:
parent - the parent to set

getText

public String getText()
Specified by:
getText in interface Record

toString

public String toString()
Overrides:
toString in class Object

JSF Test Framework: Mockito 1.1.2

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