org.mortbay.html
public class Form extends Block
Field Summary | |
---|---|
static String | encodingMultipartForm |
static String | encodingWWWURL |
Constructor Summary | |
---|---|
Form() Constructor. | |
Form(String submitURL) Constructor. |
Method Summary | |
---|---|
Form | action(String submitURL) Constructor. |
Form | encoding(String encoding) Set the form encoding type. |
Form | method(String m) Set the form method. |
Form | target(String t) Set the form target. |
void | write(Writer out) |
Parameters: submitURL The URL to submit the form to
Parameters: submitURL The URL to submit the form to