Uses of Class
javax.portlet.ReadOnlyException
-
-
Uses of ReadOnlyException in javax.portlet
Methods in javax.portlet that throw ReadOnlyException Modifier and Type Method Description voidPortletPreferences. reset(String key)Resets or removes the value associated with the specified key.voidPortletPreferences. setValue(String key, String value)Associates the specified String value with the specified key in this preference.voidPortletPreferences. setValues(String key, String[] values)Associates the specified String array value with the specified key in this preference.
-