Sets all the values of the attributes with the given route Values will be paired to attributes in order Attributes with greater or equals index than size of new values will be untouched Attributes paired with null values will be removed.
Syntax
public
void
setAttributes
(
List< String >
values
,
String...
route
) throws IllegalArgumentException
Parameters
-
values –
The new values of the attributes
-
route –
The route to the attributes
Exceptions
-
IllegalArgumentException –
if either of the arguments is null.