Package org.apache.struts.chain.commands
Class CreateActionForm
java.lang.Object
org.apache.struts.chain.commands.ActionCommandBase
org.apache.struts.chain.commands.CreateActionForm
- All Implemented Interfaces:
org.apache.commons.chain.Command<ActionContext>
,ActionCommand
Create (if necessary) and cache a form bean for this request.
- Version:
- $Id$
-
Field Summary
Fields inherited from interface org.apache.commons.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
execute_
(ActionContext actionCtx) Create (if necessary) and cache a form bean for this request.Methods inherited from class org.apache.struts.chain.commands.ActionCommandBase
execute
-
Constructor Details
-
CreateActionForm
public CreateActionForm()
-
-
Method Details
-
execute_
Create (if necessary) and cache a form bean for this request.
- Specified by:
execute_
in classActionCommandBase
- Parameters:
actionCtx
- TheContext
for the current request- Returns:
false
so that processing continues- Throws:
Exception
- on any error
-