Package grails.web.mapping.mvc
Interface RedirectEventListener
-
public interface RedirectEventListenerListener interface that gets fired when the redirect(..) method is called- Since:
- 1.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidresponseRedirected(java.lang.String url)Called when the response is redirected
-