Uses of Class
jakarta.portlet.ReadOnlyException
-
Packages that use ReadOnlyException Package Description jakarta.portlet The jakarta.portlet package defines the API for the Jakarta Portlet Specification V4.0. -
-
Uses of ReadOnlyException in jakarta.portlet
Methods in jakarta.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)Sets a multi-valued String preference for the specified key.
-