org.grails.plugin.vaadin
[Groovy] Class ErrorVaadinController
java.lang.Object
org.grails.plugin.vaadin.ErrorVaadinController
class ErrorVaadinController
Controller for displaying default error page.
End users can create a controller with the same name in a project
if, for example, they want to redirect to another controller
as the error page.
- Authors:
- Francis McKenzie
Method Summary |
def
|
index()
Renders the default error page /vaadin/error
|
ErrorVaadinController
ErrorVaadinController()
-
index
def index()
- Renders the default error page
/vaadin/error
Groovy Documentation