org.apache.struts.chain.commands
Class CreateActionForm

java.lang.Object
  extended by org.apache.struts.chain.commands.ActionCommandBase
      extended by 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 $

Field Summary
 
Fields inherited from interface org.apache.commons.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE
 
Constructor Summary
CreateActionForm()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateActionForm

public CreateActionForm()
Method Detail

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.