public class CreateActionForm extends ActionCommandBase
Create (if necessary) and cache a form bean for this request.
Constructor and Description |
---|
CreateActionForm() |
Modifier and Type | Method and Description |
---|---|
boolean |
execute(ActionContext actionCtx)
Create (if necessary) and cache a form bean for this request.
|
execute
public boolean execute(ActionContext actionCtx) throws Exception
Create (if necessary) and cache a form bean for this request.
execute
in interface ActionCommand
execute
in class ActionCommandBase
actionCtx
- The Context
for the current requestfalse
so that processing continuesException
- on any errorCopyright © 2000–2017 Apache Software Foundation. All rights reserved.