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: CreateAction [javadoc | source]
java.lang.Object
   org.apache.struts.chain.commands.ActionCommandBase
      org.apache.struts.chain.commands.AbstractCreateAction
         org.apache.struts.chain.commands.servlet.CreateAction

All Implemented Interfaces:
    ActionCommand

Concrete implementation of AbstractCreateAction for use in a Servlet API chain. Expects that the ActionContext passed into it can safely be cast to ServletActionContext.

Method from org.apache.struts.chain.commands.servlet.CreateAction Summary:
createAction,   getAction
Methods from org.apache.struts.chain.commands.AbstractCreateAction:
execute,   getAction
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.CreateAction Detail:
 protected Action createAction(ActionContext context,
    String type) throws Exception 

    Invoked by getAction when the Action actually has to be created. If the instance is already created and cached, this method will not be called.

 protected synchronized Action getAction(ActionContext context,
    String type,
    ActionConfig actionConfig) throws Exception