java.lang.Object
org.omnifaces.cdi.param.ParamProducer
Producer for a request or path parameter as defined by the
@Param annotation.- Since:
- 1.6
- Author:
- Arjan Tijms
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<V> ParamValue<V>produce(InjectionPoint injectionPoint) ReturnsParamValueassociated with param name derived from given injection point.
-
Constructor Details
-
ParamProducer
public ParamProducer()
-
-
Method Details
-
produce
ReturnsParamValueassociated with param name derived from given injection point.- Type Parameters:
V- The genericParamValuetype.- Parameters:
injectionPoint- Injection point to derive param name from.- Returns:
ParamValueassociated with param name derived from given injection point.
-