Hello all,

Currently that method requires a string array and it's kind of annoying to
use because of that. Java 5 offers varargs that would make its usage much
more interesting imho. So I would like to merge both renderStyleClasses in a
single one using the following signature:

public static void renderStyleClasses(FacesContext context, RenderingContext
arc, String... styleClasses);


Backward compatiblity should be kept as varargs allow both array and
sequence of arguments to be passed.


Any objection?

~ Simon

Reply via email to