Interface FormData

  • All Known Implementing Classes:
    FormDataAccumulator

    public interface FormData
    This interface describes the form data gleaned from an HTML page. The data will be combined with override information from a LoginParameters object to construct the proper information for a form submission.
    • Method Detail

      • getActionURI

        java.lang.String getActionURI()
        Get the full action URI for this form.
      • getSubmitMethod

        int getSubmitMethod()
        Get the submit method for this form.
      • getElementIterator

        java.util.Iterator getElementIterator()
        Iterate over the active form data elements. The returned iterator returns FormDataElement objects.