|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjodd.madvoc.result.ActionResult
jodd.madvoc.result.ServletRedirectResult
public class ServletRedirectResult
Simply forwards to a page, without specifying new extension.
ServletDispatcherResult| Field Summary | |
|---|---|
static java.lang.String |
NAME
|
| Fields inherited from class jodd.madvoc.result.ActionResult |
|---|
type |
| Constructor Summary | |
|---|---|
ServletRedirectResult()
|
|
| Method Summary | |
|---|---|
void |
execute(ActionRequest actionRequest,
java.lang.String resultValue)
Redirects to the given location. |
| Methods inherited from class jodd.madvoc.result.ActionResult |
|---|
getType, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String NAME
| Constructor Detail |
|---|
public ServletRedirectResult()
| Method Detail |
|---|
public void execute(ActionRequest actionRequest,
java.lang.String resultValue)
throws java.lang.Exception
execute in class ActionResultjava.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||