API Overview API Index Package Overview Direct link to this page
Struts 1.3
  org.apache.struts.chain.commands.servlet. CreateAction View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      ActionCommandBase
          AbstractCreateAction
              CreateAction
Implements
Subclasses
Description
public class CreateAction
  Concrete implementation of AbstractCreateAction for use in a Servlet API chain.
See also:   
Constructors
public CreateAction ()
Methods
Hide/Show inherited methods
protected Action createAction (ActionContext context, String type) throws Exception
  Invoked by getAction when the Action actually has to be created.
public boolean execute (ActionContext actionCtx) throws Exception [Inherited From AbstractCreateAction] [Specified in ActionCommandBase]
  Create (if necessary) and cache an Action for this request.
protectedsynchronized Action getAction (ActionContext context, String type, ActionConfig actionConfig) throws Exception [Specified in AbstractCreateAction]
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar