|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResponseHolder
This class is used in the SPI to pass the HTTP response on to the application. It also contains methods that make it easier for the application to propagate the dialogue over redirects or postbacks.
| Method Summary | |
|---|---|
String |
addDialogueIdToUrl(String url)
Adds the id of the current dialogue to the URL. |
HttpServletResponse |
getResponse()
Gets the HTTP servlet response |
void |
redirectWithDialoguePropagation(String url)
Results in a redirect to the specified URL. |
| Method Detail |
|---|
HttpServletResponse getResponse()
void redirectWithDialoguePropagation(String url)
url - URLString addDialogueIdToUrl(String url)
url - URL
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||