JavaScript is disabled on your browser.
Overview
Package
Class
Deprecated
Index
Help
Frames
No Frames
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
A
addCompletionHandler(Runnable)
- Method in
AsyncGrailsWebRequest
addTimeoutHandler(Runnable)
- Method in
AsyncGrailsWebRequest
AsyncActionResultTransformer
- Class in
org.grails.plugins.web.async.mvc
Handles an Async response from a controller
AsyncController
- Trait in
grails.artefact
@author Jeff Brown
AsyncControllerTraitInjector
- Class in
grails.compiler.traits
@author Jeff Brown
AsyncGrailsWebRequest
- Class in
grails.async.web
Implementation of Spring 4.0 org.springframework.web.context.request.async.AsyncWebRequest interface for Grails
AsyncGrailsWebRequest(HttpServletRequest, HttpServletResponse, ServletContext, ApplicationContext)
- Constructor in
AsyncGrailsWebRequest
AsyncWebRequestPromiseDecorator
- Class in
org.grails.plugins.web.async
A promise decorated lookup strategy that binds a WebRequest to the promise thread
AsyncWebRequestPromiseDecorator(GrailsWebRequest)
- Constructor in
AsyncWebRequestPromiseDecorator
AsyncWebRequestPromiseDecoratorLookupStrategy
- Class in
org.grails.plugins.web.async
A promise decorated lookup strategy that binds a WebRequest to the promise thread
B
C
complete()
- Method in
GrailsAsyncContext
ControllersAsyncGrailsPlugin
- Class in
org.grails.plugins.web.async
Async support for the Grails 2.0.
createBoundPromise(T)
- Method in
WebPromises
@see grails.async.PromiseFactory#createBoundPromise(java.lang.Object)
createListener(Class<T>)
- Method in
GrailsAsyncContext
createPromise(Promise<T>)
- Method in
WebPromises
@see grails.async.PromiseFactory#createPromise(grails.async.Promise[])
createTransactionalPromiseDecorator(PlatformTransactionManager, Method)
- Method in
TransactionalAsyncTransformUtils
Creates a TransactionalPromiseDecorator for the given transactionManager and method to be invoked
D
decorate(Closure<D>)
- Method in
AsyncWebRequestPromiseDecorator
decorate(Closure<D>)
- Method in
PersistenceContextPromiseDecorator
decorate(Closure<D>)
- Method in
TransactionalPromiseDecorator
decorate(Closure<D>)
- Method in
WebRequestPromiseDecorator
DefaultDelegateAsyncTransactionalMethodTransformer
- Class in
org.grails.async.transform.internal
Modifies the
DelegateAsync:
transform to take into account transactional services.
dispatch()
- Method in
AsyncGrailsWebRequest
doWithSpring()
- Method in
ControllersAsyncGrailsPlugin
E
F
findDecorators()
- Method in
AsyncWebRequestPromiseDecoratorLookupStrategy
findDecorators()
- Method in
WebRequestPromiseDecoratorLookupStrategy
G
getPersistenceInterceptors(GrailsWebRequest)
- Method in
GrailsAsyncContext
getSetTransactionManagerMethodBody(ClassNode)
- Method in
DefaultDelegateAsyncTransactionalMethodTransformer
getTrait()
- Method in
AsyncControllerTraitInjector
GrailsAsyncContext
- Class in
org.grails.plugins.web.async
Wraps an AsyncContext providing additional logic to provide the appropriate context to a Grails application.
GrailsAsyncContext(AsyncContext, GrailsWebRequest, AsyncGrailsWebRequest)
- Constructor in
GrailsAsyncContext
H
handleComplete(HttpServletRequest, HttpServletResponse, AsyncContext)
- Method in
AsyncActionResultTransformer
I
invokeClosure(Closure, def)
- Method in
AsyncWebRequestPromiseDecorator
invokeClosure(Closure, def)
- Method in
WebRequestPromiseDecorator
isAsyncComplete()
- Method in
AsyncGrailsWebRequest
isAsyncStarted()
- Method in
AsyncGrailsWebRequest
J
K
L
lookup(HttpServletRequest)
- Method in
AsyncGrailsWebRequest
Looks up the GrailsWebRequest from the current request.
M
N
O
onComplete(AsyncEvent)
- Method in
AsyncGrailsWebRequest
onComplete(List<Promise<T>>, Closure<?>)
- Method in
WebPromises
@see grails.async.PromiseFactory#onComplete(java.util.List, groovy.lang.Closure)
onError(AsyncEvent)
- Method in
AsyncGrailsWebRequest
onError(List<Promise<T>>, Closure<?>)
- Method in
WebPromises
@see grails.async.PromiseFactory#onError(java.util.List, groovy.lang.Closure)
onStartAsync(AsyncEvent)
- Method in
AsyncGrailsWebRequest
onTimeout(AsyncEvent)
- Method in
AsyncGrailsWebRequest
P
PersistenceContextPromiseDecorator
- Class in
grails.async.services
A grails.async.decorator.PromiseDecorator that wraps a promise execution in a persistence context (example Hibernate session)
PersistenceContextPromiseDecorator(PersistenceContextInterceptorExecutor)
- Constructor in
PersistenceContextPromiseDecorator
Q
R
S
start(Runnable)
- Method in
GrailsAsyncContext
startAsync()
- Method in
AsyncController
Raw access to the Servlet 3.0 startAsync method
startAsync()
- Method in
AsyncGrailsWebRequest
T
task(Closure<T>)
- Method in
WebPromises
@see grails.async.PromiseFactory#createPromise(groovy.lang.Closure[])
tasks(List<Closure<T>>)
- Method in
WebPromises
@see grails.async.PromiseFactory#createPromise(groovy.lang.Closure[])
TransactionalAsyncTransformUtils
- Class in
org.grails.compiler.web.async
Utility methods for use by Async transformations
TransactionalPromiseDecorator
- Class in
grails.async.services
A grails.async.decorator.PromiseDecorator that wraps a grails.async.Promise in a transaction
TransactionalPromiseDecorator(PlatformTransactionManager, Transactional)
- Constructor in
TransactionalPromiseDecorator
transformActionResult(GrailsWebRequest, String, Object)
- Method in
AsyncActionResultTransformer
transformTransactionalMethod(ClassNode, ClassNode, MethodNode, ListExpression)
- Method in
DefaultDelegateAsyncTransactionalMethodTransformer
U
V
W
waitAll(List<Promise<T>>, long, TimeUnit)
- Method in
WebPromises
@see grails.async.PromiseFactory#waitAll(java.util.List)
WebPromises
- Class in
grails.async.web
A specific promises factory class designed for use in controllers and other web contexts
WebRequestPromiseDecorator
- Class in
org.grails.plugins.web.async
A promise decorated lookup strategy that binds a WebRequest to the promise thread
WebRequestPromiseDecorator(GrailsWebRequest)
- Constructor in
WebRequestPromiseDecorator
WebRequestPromiseDecoratorLookupStrategy
- Class in
org.grails.plugins.web.async
A promise decorated lookup strategy that binds a WebRequest to the promise thread
X
Y
Z
_
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
Overview
Package
Class
Deprecated
Index
Help
Frames
No Frames