Replaces all parameters with the given attribute with a single parameter with the given value. If multiple parameters with the same attributes are necessary use {@link #withParameters}. Prefer {@link #withCharset} for setting the {@code charset} parameterwhen using a {@link Charset} object.
@throws IllegalArgumentException if either {@code attribute} or {@code value} is invalid
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.