|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.grails.plugin.vaadin.VaadinRequestContextHolder
class VaadinRequestContextHolder
Mimics Spring's RequestContextHolder
Holds active VaadinRequest in current thread.
| Field Summary | |
|---|---|
protected static ThreadLocal |
activeRequestHolder
Holds the active request in the current thread |
| Constructor Summary | |
VaadinRequestContextHolder()
|
|
| Method Summary | |
|---|---|
static VaadinRequest
|
getRequestAttributes()
Gets the active request |
static void
|
setRequestAttributes(VaadinRequest request)
Sets the active request |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
protected static ThreadLocal activeRequestHolder
| Constructor Detail |
|---|
VaadinRequestContextHolder()
| Method Detail |
|---|
static VaadinRequest getRequestAttributes()
static void setRequestAttributes(VaadinRequest request)
Groovy Documentation