com.sun.faban.harness.formsgen
Class XformsHandler

java.lang.Object
  extended by 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

Constructor Summary
XformsHandler(Node eNode, String id)
          Constructs and prepares the handler.
 
Method Summary
 StringBuilder executeElement()
          Executes the specific element handler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XformsHandler

public XformsHandler(Node eNode,
                     String id)
Constructs and prepares the handler.

Parameters:
eNode - The node to be handled
id - The element identifier
Method Detail

executeElement

public StringBuilder executeElement()
Executes the specific element handler.

Returns:
The buffer containing the xforms output for the element.