Package org.apache.struts.chain.commands
Class SelectInclude
java.lang.Object
org.apache.struts.chain.commands.ActionCommandBase
org.apache.struts.chain.commands.SelectInclude
- All Implemented Interfaces:
Command<ActionContext>,ActionCommand
Select and cache the include for this ActionConfig if
specified.
- Version:
- $Rev$ $Date: 2005-06-04 10:58:46 -0400 (Sat, 04 Jun 2005) $
-
Field Summary
Fields inherited from interface org.apache.commons.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanexecute_(ActionContext actionCtx) Select and cache the include uri for thisActionConfigif specified.Methods inherited from class org.apache.struts.chain.commands.ActionCommandBase
execute
-
Constructor Details
-
SelectInclude
public SelectInclude()
-
-
Method Details
-
execute_
Select and cache the include uri for this
ActionConfigif specified.- Specified by:
execute_in classActionCommandBase- Parameters:
actionCtx- TheContextfor the current request- Returns:
falseso that processing continues- Throws:
Exception- on any error
-