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.
|
execute
public boolean execute(ActionContext actionCtx) throws Exception
Check to original uri is set, and if not, set it for this request.
execute
in interface ActionCommand
execute
in class ActionCommandBase
actionCtx
- The Context
for the current requestfalse
so that processing continuesException
- if thrown by the Action classprotected abstract void setOriginalURI(ActionContext context)
Set the original uri.
context
- The Context
for this requestCopyright © 2000–2016 Apache Software Foundation. All rights reserved.