API Overview API Index Package Overview Direct link to this page
Struts 1.3
  org.apache.struts.chain.commands.servlet. PerformInclude View Source
Author(s)
Since
Version
$Rev: 471754 $ $Date: 2005-11-09 00:11:45 -0500 (Wed, 09 Nov 2005) $
Serial
Hierarchy
 Object
      ActionCommandBase
          AbstractPerformInclude
              PerformInclude
Implements
Subclasses
Description
public class PerformInclude
  Perform forwarding or redirection based on the specified include uri (if any).
See also:   
Constructors
public PerformInclude ()
Methods
Hide/Show inherited methods
public boolean execute (ActionContext actionCtx) throws Exception [Inherited From AbstractPerformInclude] [Specified in ActionCommandBase]
  Perform an include based on the specified include uri (if any).
protected String includePath (ActionContext actionContext, String include) [Overrides AbstractPerformInclude]
protected void perform (ActionContext context, String uri) throws Exception [Specified in AbstractPerformInclude]
  Perform the appropriate processing on the specified include uri.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar