org.jboss.test.faces.writer
Class ElementRecord
java.lang.Object
org.jboss.test.faces.writer.RecordBase
org.jboss.test.faces.writer.ElementRecord
- All Implemented Interfaces:
- Record
public class ElementRecord
- extends RecordBase
- implements Record
- Author:
- asmirnov
| Nested classes/interfaces inherited from interface org.jboss.test.faces.writer.Record |
Record.Kind |
ElementRecord
public ElementRecord(String name,
javax.faces.component.UIComponent component)
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)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.