com.zwares.base.html.form
Class HForm

java.lang.Object
  |
  +--com.zwares.base.html.form.HForm

public class HForm
extends java.lang.Object


Field Summary
protected  java.lang.String action
           
static int GET
           
protected  java.lang.String htmlCode
           
protected  int method
           
protected  java.lang.String name
           
static int POST
           
 
Constructor Summary
HForm(java.lang.String action)
           
HForm(java.lang.String action, int method)
           
HForm(java.lang.String action, int method, java.lang.String name)
           
 
Method Summary
 void add(java.lang.String component)
           
 void addln(java.lang.String component)
           
 java.lang.String toHtml()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GET

public static final int GET
See Also:
Constant Field Values

POST

public static final int POST
See Also:
Constant Field Values

action

protected java.lang.String action

name

protected java.lang.String name

htmlCode

protected java.lang.String htmlCode

method

protected int method
Constructor Detail

HForm

public HForm(java.lang.String action)

HForm

public HForm(java.lang.String action,
             int method)

HForm

public HForm(java.lang.String action,
             int method,
             java.lang.String name)
Method Detail

add

public void add(java.lang.String component)

addln

public void addln(java.lang.String component)

toHtml

public java.lang.String toHtml()