public interface ValueInjector
Modifier and Type | Method and Description |
---|---|
Object |
inject()
Inject outside the context of an HTTP request.
|
Object |
inject(HttpRequest request,
HttpResponse response)
Inject inside the context of an HTTP request.
|
Object inject()
Object inject(HttpRequest request, HttpResponse response)
request
- response
- Copyright © 2014. All Rights Reserved.