com.sun.faban.harness.formsgen
Class XformsHandler
java.lang.Object
com.sun.faban.harness.formsgen.XformsHandler
public class XformsHandler
- extends Object
Handles the generation of the input form elements.
Delegates to specific element handlers.
- Author:
- Sheetal Patil1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XformsHandler
public XformsHandler(Node eNode,
String id)
- Constructs and prepares the handler.
- Parameters:
eNode
- The node to be handledid
- The element identifier
executeElement
public StringBuilder executeElement()
- Executes the specific element handler.
- Returns:
- The buffer containing the xforms output for the element.