Save This Page
Home » struts-1.3.9-src » org.apache.struts » chain » commands » servlet » [javadoc | source]
org.apache.struts.chain.commands.servlet
public class: PopulateActionForm [javadoc | source]
java.lang.Object
   org.apache.struts.chain.commands.ActionCommandBase
      org.apache.struts.chain.commands.AbstractPopulateActionForm
         org.apache.struts.chain.commands.servlet.PopulateActionForm

All Implemented Interfaces:
    ActionCommand

Populate the form bean (if any) for this request. Sets the multipart class from the action config in the request attributes.

Method from org.apache.struts.chain.commands.servlet.PopulateActionForm Summary:
populate,   reset
Methods from org.apache.struts.chain.commands.AbstractPopulateActionForm:
execute,   handleCancel,   populate,   reset,   trimParameterName
Methods from org.apache.struts.chain.commands.ActionCommandBase:
execute,   execute
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.struts.chain.commands.servlet.PopulateActionForm Detail:
 protected  void populate(ActionContext context,
    ActionConfig actionConfig,
    ActionForm actionForm) throws Exception 
 protected  void reset(ActionContext context,
    ActionConfig actionConfig,
    ActionForm actionForm)