|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.grails.plugin.vaadin.VaadinApplicationContextHolder
class VaadinApplicationContextHolder
Holds active VaadinApplication in current thread.
Field Summary | |
---|---|
protected static ThreadLocal |
activeApplicationHolder
Holds the active application in the current thread |
Constructor Summary | |
VaadinApplicationContextHolder()
|
Method Summary | |
---|---|
static Application
|
getVaadinApplication()
Gets the active application |
static void
|
setVaadinApplication(Application application)
Sets the active application |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
protected static ThreadLocal activeApplicationHolder
Constructor Detail |
---|
VaadinApplicationContextHolder()
Method Detail |
---|
static Application getVaadinApplication()
static void setVaadinApplication(Application application)
Groovy Documentation