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, trimParameterName
execute
protected void populate(ActionContext context, ActionConfig actionConfig, ActionForm actionForm) throws 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 AbstractPopulateActionForm
context
- The ActionContext we are processingactionConfig
- The ActionConfig we are processingactionForm
- The ActionForm we are processingException
- On an unexpected errorprotected void reset(ActionContext context, ActionConfig actionConfig, ActionForm actionForm)
AbstractPopulateActionForm
Call the reset()
method on the specified form
bean.
reset
in class AbstractPopulateActionForm
context
- The context for this requestactionConfig
- The actionConfig for this requestactionForm
- The form bean for this requestCopyright © 2000–2017 Apache Software Foundation. All rights reserved.