com.ibm.cics.server

Class FormField



  • public class FormField
    extends NameValueData

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

    • getFormField()
    • getNextFormField()
    Since CICS TS version:
    2.3
    Since package version:
    1.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getFormField()
      Usage:
      Returns the value of a FormField-value pair.
      • 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
        Since CICS TS version:
        2.3
        Since package version:
        1.0