Groovy Documentation

Package org.grails.plugin.vaadin

The main classes relevant to an end-user's Vaadin project.

 

Class Summary
ErrorVaadinController Controller for displaying default error page.
GrailsVaadinApplication A Vaadin Application that provides a request-dispatching framework with a Grails-like Model-View-Controller architecture.
HomeVaadinController Controller for displaying default application home page.
VaadinApi Injects the Vaadin API into all Vaadin Classes and Controllers.
VaadinApplication A Vaadin Application that supports configuring SystemMessages in grails-app/conf/VaadinConfig.groovy and provides easy access to the application in the current thread using VaadinApplicationContextHolder
VaadinApplicationContextHolder Holds active VaadinApplication in current thread.
VaadinDispatcher Wires VaadinControllers to GSP views using the concept of a VaadinRequest.
VaadinRequest An internal construct for mimicking a user's request to display a particular Vaadin 'page'.
VaadinRequestContextHolder Mimics Spring's RequestContextHolder
VaadinSystemMessages System-wide system messages configured from Vaadin Config
VaadinTransactionManager Allows you to wrap a Closure in a grails transaction.
 


Enum Summary
VaadinRequest.Type The request can be a top-level browser page or error page, or an include within the page.
 


Annotation Type Summary
NoVaadinApi Annotation for disabling automatic injection of the Vaadin API into what would otherwise appear to be a Vaadin class.
 


Groovy Documentation