Class CopyFormToContext

java.lang.Object
org.apache.struts.chain.commands.ActionCommandBase
org.apache.struts.chain.commands.generic.CopyFormToContext
All Implemented Interfaces:
org.apache.commons.chain.Command<ActionContext>, ActionCommand

public class CopyFormToContext extends ActionCommandBase
Subclass this command and configure it as part of a per-forward chain to perform any necessary pre-population or other preparation for a form before control is dispatched to the view layer.
Version:
$Id$
  • Constructor Details

    • CopyFormToContext

      public CopyFormToContext()
  • Method Details