Package jakarta.faces.annotation
Annotation Interface RequestParameterMap
@Target({TYPE,METHOD,PARAMETER,FIELD})
@Qualifier
@Retention(RUNTIME)
public @interface RequestParameterMap
The presence of this annotation (along with @Inject
) on a field of type Map<String,
String>
causes the map returned from ExternalContext.getRequestParameterMap()
to be injected as the value of that field.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Supports inline instantiation of theRequestParameterMap
qualifier.