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:
- org.apache.commons.chain.Command, ActionCommand
public class SelectInclude
- extends ActionCommandBase
Select and cache the include for this ActionConfig
if
specified.
- Version:
- $Rev: 471754 $ $Date: 2005-06-04 10:58:46 -0400 (Sat, 04 Jun 2005)
$
Fields inherited from interface org.apache.commons.chain.Command |
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
Method Summary |
boolean |
execute(ActionContext actionCtx)
Select and cache the include uri for this ActionConfig
if specified. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectInclude
public SelectInclude()
execute
public boolean execute(ActionContext actionCtx)
throws Exception
Select and cache the include uri for this ActionConfig
if specified.
- Specified by:
execute
in interface ActionCommand
- 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
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.