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, ActionCommand
public class CreateActionForm
- extends ActionCommandBase
Create (if necessary) and cache a form bean for this request.
- Version:
- $Id: CreateActionForm.java 471754 2006-11-06 14:55:09Z husted $
Fields inherited from interface org.apache.commons.chain.Command |
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
Method Summary |
boolean |
execute(ActionContext actionCtx)
Create (if necessary) and cache a form bean for this request. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateActionForm
public CreateActionForm()
execute
public boolean execute(ActionContext actionCtx)
throws Exception
Create (if necessary) and cache a form bean for this request.
- Specified by:
execute
in interface ActionCommand
- Specified by:
execute
in class ActionCommandBase
- Parameters:
actionCtx
- The Context
for the current request
- Returns:
false
so that processing continues
- Throws:
Exception
- on any error
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.