setAttributes(List< String >, String...) method

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 abstract void setAttributes ( List< String > values , String... route ) throws IllegalArgumentException

Parameters

Exceptions