|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface RedirectEventListener
Listener interface that gets fired when the redirect(..) method is called
| Method Summary | |
|---|---|
void
|
responseRedirected(java.lang.String url)
Called when the response is redirected |
| Method Detail |
|---|
public void responseRedirected(java.lang.String url)
url - The URL or the redirect
Groovy Documentation