public abstract class AbstractSetOriginalURI extends ActionCommandBase
Check to original uri is set, and if not, set it for this request.
| Constructor and Description |
|---|
AbstractSetOriginalURI() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
executepublic boolean execute(ActionContext actionCtx) throws java.lang.Exception
Check to original uri is set, and if not, set it for this request.
execute in interface ActionCommandexecute in class ActionCommandBaseactionCtx - The Context for the current requestfalse so that processing continuesjava.lang.Exception - if thrown by the Action classprotected abstract void setOriginalURI(ActionContext context)
Set the original uri.
context - The Context for this requestCopyright © 2000–2025 Apache Software Foundation. All rights reserved.