org.cruxframework.crux.core.server.rest.core.dispatch
Class QueryParamInjector
java.lang.Object
org.cruxframework.crux.core.server.rest.core.dispatch.StringParameterInjector
org.cruxframework.crux.core.server.rest.core.dispatch.QueryParamInjector
- All Implemented Interfaces:
- ValueInjector
public class QueryParamInjector
- extends StringParameterInjector
- implements ValueInjector
- Author:
- Thiago da Rosa de Bustamante
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryParamInjector
public QueryParamInjector(Type type,
String paramName,
String defaultValue)
inject
public Object inject(HttpRequest request)
- Description copied from interface:
ValueInjector
- Inject value extracted from an HTTP request.
- Specified by:
inject in interface ValueInjector
- Returns:
Copyright © 2015. All rights reserved.