Class HTTPFormBuilder


  • public class HTTPFormBuilder
    extends Object
    Class HTTPFormBuilder provides a mechanism for constructing a postable entity for use with Post. This code is derived from IDV HttpFormEntry. The basic idea is that a list of HTTPFormBuilder.Field instances is created to represent the fields and attachments of the form. Then, a post method instance is provided and the content of the post is set from the HTTPForm instance.