Class SelectInclude

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

public class SelectInclude extends ActionCommandBase

Select and cache the include for this ActionConfig if specified.

Version:
$Rev$ $Date: 2005-06-04 10:58:46 -0400 (Sat, 04 Jun 2005) $
  • Constructor Details

    • SelectInclude

      public SelectInclude()
  • Method Details

    • execute_

      protected boolean execute_(ActionContext actionCtx) throws Exception

      Select and cache the include uri for this ActionConfig if specified.

      Specified by:
      execute_ in class ActionCommandBase
      Parameters:
      actionCtx - The Context for the current request
      Returns:
      false so that processing continues
      Throws:
      Exception - on any error