Package org.jboss.resteasy.core
Interface ValueInjector
- All Known Implementing Classes:
AbstractCollectionFormInjector,AsynchronousResponseInjector,ContextParameterInjector,CookieParamInjector,FormInjector,FormParamInjector,HeaderParamInjector,ListFormInjector,MapFormInjector,MatrixParamInjector,MessageBodyParameterInjector,PathParamInjector,PrefixedFormInjector,QueryInjector,QueryParamInjector,SuspendInjector
public interface ValueInjector
- Version:
- $Revision: 1 $
-
Method Summary
Modifier and TypeMethodDescriptioninject()Inject outside the context of an HTTP request.inject(HttpRequest request, HttpResponse response) Inject inside the context of an HTTP request.
-
Method Details
-
inject
Object inject()Inject outside the context of an HTTP request. For instance, a singleton may have proxiable and injectable jax-rs objects like Request, UriInfo, or HttpHeaders.- Returns:
-
inject
Inject inside the context of an HTTP request.- Parameters:
request-response-- Returns:
-