com.ibm.cics.server
Class FormField

java.lang.Object
  extended bycom.ibm.cics.server.NameValueData
      extended bycom.ibm.cics.server.FormField

public class FormField
extends NameValueData

Usage:
This Class extends the NameValueData class and the class returned from HttpRequest methods:


Method Summary
 java.lang.String getFormField()
          Usage:
Returns the value of a FormField-value pair.
 
Methods inherited from class com.ibm.cics.server.NameValueData
getName, getValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFormField

public java.lang.String getFormField()
Usage:
Returns the value of a FormField-value pair.

Returns:
The FormField-value pair value
Throws:
None