public interface ResponseHolder
| Modifier and Type | Method and Description |
|---|---|
String |
addDialogueIdToUrl(String url)
Adds the id of the current dialogue to the URL.
|
javax.servlet.http.HttpServletResponse |
getResponse()
Gets the HTTP servlet response
|
void |
redirectWithDialoguePropagation(String url)
Results in a redirect to the specified URL.
|
javax.servlet.http.HttpServletResponse getResponse()
void redirectWithDialoguePropagation(String url)
url - URLCopyright © 2013 Seam Framework. All Rights Reserved.