J2EE question

Is there a way to have an EL function accept a variable number of parameters? I want to do something like this:

public static String foo(String args) {…}

and have the tag be something like:

<myPrefix:foo(I don’t know how to define an array literal in EL) />

Can this be done?

Thanks for your help,
Rob