org.mortbay.html
Class Form
HTML Form.
The specialized Block can contain HTML Form elements as well as
any other HTML elements
Bold , Center , Div , Italic , Left , Listing , Plain , Pre , Quote , Right , Span , Xmp |
ALIGN , BGCOLOR , BOTTOM , CENTER , CLASS , COLOR , HEIGHT , ID , LEFT , MIDDLE , RIGHT , SIZE , STYLE , TOP , VALIGN , WIDTH , attributeMap , noAttributes |
Form() - Constructor.
|
Form(String submitURL) - Constructor.
|
attribute , attribute , attribute , attributes , attributes , bgColor , bottom , center , color , cssClass , cssID , height , height , height , left , middle , right , setAttributesFrom , size , size , size , style , toString , top , width , width , width , write , write , write |
encodingMultipartForm
public static final String encodingMultipartForm
encodingWWWURL
public static final String encodingWWWURL
Form
public Form()
Constructor.
Form
public Form(String submitURL)
Constructor.
submitURL
- The URL to submit the form to
action
public Form action(String submitURL)
Constructor.
submitURL
- The URL to submit the form to
encoding
public Form encoding(String encoding)
Set the form encoding type.
method
public Form method(String m)
Set the form method.
target
public Form target(String t)
Set the form target.
write
public void write(Writer out)
throws IOException
- write in interface Block
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.