|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ViewManager
A view manager decides where to go after an action has been executed.
| Method Summary | |
|---|---|
void |
directForward(LogicRequest logicRequest,
String result,
String forwardUrl)
Directly forwards to the selected forward url. |
void |
forward(LogicRequest logicRequest,
String result)
Forwards the user based on some specific result |
void |
redirect(LogicRequest request,
String result)
Sends a client redirect response. |
| Method Detail |
|---|
void forward(LogicRequest logicRequest,
String result)
throws ViewException
ViewException
void directForward(LogicRequest logicRequest,
String result,
String forwardUrl)
throws ViewException
ViewException
void redirect(LogicRequest request,
String result)
throws ViewException
ViewException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||