org.cruxframework.crux.core.server.rest.core.dispatch
Interface ValueInjector

All Known Implementing Classes:
CookieParamInjector, FormParamInjector, HeaderParamInjector, MessageBodyParamInjector, PathParamInjector, QueryParamInjector

public interface ValueInjector

Author:
Thiago da Rosa de Bustamante

Method Summary
 Object inject(HttpRequest request)
          Inject value extracted from an HTTP request.
 

Method Detail

inject

Object inject(HttpRequest request)
Inject value extracted from an HTTP request.

Parameters:
request -
response -
Returns:


Copyright © 2014. All rights reserved.