public class ContextParameterInjector extends Object implements ValueInjector
| Constructor and Description |
|---|
ContextParameterInjector(Class proxy,
Class type,
ResteasyProviderFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
createProxy() |
Object |
inject()
Inject outside the context of an HTTP request.
|
Object |
inject(HttpRequest request,
HttpResponse response)
Inject inside the context of an HTTP request.
|
public ContextParameterInjector(Class proxy, Class type, ResteasyProviderFactory factory)
public Object inject(HttpRequest request, HttpResponse response)
ValueInjectorinject in interface ValueInjectorpublic Object inject()
ValueInjectorinject in interface ValueInjectorprotected Object createProxy()
Copyright © 2013. All Rights Reserved.