|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DispatchCallback
This is the abstraction of the RequestDispatcher from J2EE Servlets
| Method Summary | |
|---|---|
void |
forward(String targetLocation)
Method to forward the handling of the request to the new local targetLocation |
void |
redirect(String externalLocation)
Method to redirect user to an external location. |
| Method Detail |
|---|
void forward(String targetLocation)
targetLocation - Local location to dispatch request tovoid redirect(String externalLocation)
externalLocation - external location of redirect
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||