Package org.apache.struts.chain.commands
Class AbstractSetOriginalURI
java.lang.Object
org.apache.struts.chain.commands.ActionCommandBase
org.apache.struts.chain.commands.AbstractSetOriginalURI
- All Implemented Interfaces:
Command<ActionContext>,ActionCommand
- Direct Known Subclasses:
SetOriginalURI
Check to original uri is set, and if not, set it for this request.
- Version:
- $Rev$ $Date: 2005-06-04 07:58:46 -0700 (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) Check to original uri is set, and if not, set it for this request.protected abstract voidsetOriginalURI(ActionContext context) Set the original uri.Methods inherited from class org.apache.struts.chain.commands.ActionCommandBase
execute
-
Constructor Details
-
AbstractSetOriginalURI
public AbstractSetOriginalURI()
-
-
Method Details
-
execute_
Check to original uri is set, and if not, set it for this request.
- Specified by:
execute_in classActionCommandBase- Parameters:
actionCtx- TheContextfor the current request- Returns:
falseso that processing continues- Throws:
Exception- if thrown by the Action class
-
setOriginalURI
Set the original uri.
- Parameters:
context- TheContextfor this request
-