Package | Description |
---|---|
br.com.caelum.vraptor.ioc | |
br.com.caelum.vraptor.ioc.guice | |
br.com.caelum.vraptor.ioc.pico | |
br.com.caelum.vraptor.ioc.spring |
Modifier and Type | Method and Description |
---|---|
<T> T |
ContainerProvider.provideForRequest(RequestInfo vraptorRequest,
Execution<T> execution) |
Modifier and Type | Method and Description |
---|---|
<T> T |
GuiceProvider.provideForRequest(RequestInfo request,
Execution<T> execution) |
Modifier and Type | Method and Description |
---|---|
<T> T |
PicoProvider.provideForRequest(RequestInfo request,
Execution<T> execution) |
Modifier and Type | Method and Description |
---|---|
<T> T |
SpringProvider.provideForRequest(RequestInfo request,
Execution<T> execution)
Provides request scope support for Spring IoC Container when
org.springframework.web.context.request.RequestContextListener has not
been called.
|
Copyright © 2013 Caelum. All Rights Reserved.