public class PopulateActionForm extends AbstractPopulateActionForm
Populate the form bean (if any) for this request. Sets the multipart class from the action config in the request attributes.
| Constructor and Description |
|---|
PopulateActionForm() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
populate(ActionContext context,
ActionConfig actionConfig,
ActionForm actionForm)
Populate the given
ActionForm with request parameter
values, taking into account any prefix/suffix values configured on the
given ActionConfig. |
protected void |
reset(ActionContext context,
ActionConfig actionConfig,
ActionForm actionForm)
Call the
reset() method on the specified form
bean. |
execute, handleCancel, trimParameterNameexecuteprotected void populate(ActionContext context, ActionConfig actionConfig, ActionForm actionForm) throws java.lang.Exception
AbstractPopulateActionForm Populate the given ActionForm with request parameter
values, taking into account any prefix/suffix values configured on the
given ActionConfig.
populate in class AbstractPopulateActionFormcontext - The ActionContext we are processingactionConfig - The ActionConfig we are processingactionForm - The ActionForm we are processingjava.lang.Exception - On an unexpected errorprotected void reset(ActionContext context, ActionConfig actionConfig, ActionForm actionForm)
AbstractPopulateActionFormCall the reset() method on the specified form
bean.
reset in class AbstractPopulateActionFormcontext - The context for this requestactionConfig - The actionConfig for this requestactionForm - The form bean for this requestCopyright © 2000–2024 Apache Software Foundation. All rights reserved.