* @return the list of enclosed "classpath" resource bundles
*/
@SuppressWarnings("unchecked")
public List<String> getClasspathResources()
{
ValuesParam vParam = params.getValuesParam("classpath.resources");
return vParam == null ? null : vParam.getValues();
}