Constructor and Description |
---|
HTMLCreationForm(java.lang.String type_name,
FormCreator c) |
Modifier and Type | Method and Description |
---|---|
HTMLForm |
getForm() |
java.lang.String |
getHtmlForm(HttpServletRequest req)
method to emit the HTML edit form.
|
FormResult |
parseCreationForm(HttpServletRequest req)
method to parse and validate the post params
|
boolean |
parsePost(HttpServletRequest req) |
boolean |
useMultiPart()
should we use multi-part encoding for this form
|
public HTMLCreationForm(java.lang.String type_name, FormCreator c)
public HTMLForm getForm()
public final java.lang.String getHtmlForm(HttpServletRequest req)
req
- public FormResult parseCreationForm(HttpServletRequest req) throws FieldException, ActionException
req
- HttpServletRequestActionException
FieldException
public boolean parsePost(HttpServletRequest req)
public boolean useMultiPart()