}
public static void storePreferences(PortletPreferences prefs)
throws IOException, ValidatorException {
PortletPreferencesWrapper prefsWrapper =
(PortletPreferencesWrapper)prefs;
PortletPreferencesImpl prefsImpl =
(PortletPreferencesImpl)prefsWrapper.getPreferencesImpl();
prefsImpl.store();
}