|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LogicFlow
Interface for logic flow. Either the method execute or forward should be called.
| Method Summary | |
|---|---|
void |
execute()
Executes the next interceptor or logic |
LogicRequest |
getLogicRequest()
Returns the respective LogicRequest for this flow |
void |
redirect(String url)
Deprecated. you should use the usual for this, like request.getRequest().getRequestDispatcher(url).
forward(request.getRequest(), request.getResponse()); |
| Method Detail |
|---|
void execute()
throws ViewException,
LogicException
LogicException - some logic or interceptor problem
ViewException - some view problem
@Deprecated
void redirect(String url)
throws RedirectException
request.getRequest().getRequestDispatcher(url).
forward(request.getRequest(), request.getResponse());
component - target componentlogic - target logic
RedirectExceptionLogicRequest getLogicRequest()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||