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
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
execute_
(ActionContext actionCtx) Check to original uri is set, and if not, set it for this request.protected abstract void
setOriginalURI
(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
- TheContext
for the current request- Returns:
false
so that processing continues- Throws:
Exception
- if thrown by the Action class
-
setOriginalURI
Set the original uri.
- Parameters:
context
- TheContext
for this request
-