String description = JetspeedResources.getString( "contentfeeds.feed." + name + ".description" );
String url = JetspeedResources.getString( "contentfeeds.feed." + name + ".url" );
found.addElement( new Feed( name,
description,
url ) );
}
//now that you have the properties file for the feeds transform them