|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void forward(String targetLocation)
targetLocation
- Local location to dispatch request topublic void redirect(String externalLocation)
externalLocation
- external location of redirect
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |