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

public class CreateActionForm extends ActionCommandBase

Create (if necessary) and cache a form bean for this request.

Version:
$Id$
  • Constructor Details

    • CreateActionForm

      public CreateActionForm()
  • Method Details

    • execute_

      protected boolean execute_(ActionContext actionCtx) throws Exception

      Create (if necessary) and cache a form bean for this request.

      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