Uses of Interface
jakarta.portlet.PortletPreferences
-
Packages that use PortletPreferences Package Description jakarta.portlet The jakarta.portlet package defines the API for the Jakarta Portlet Specification V4.0.jakarta.portlet.filter The jakarta.portlet.filter package defines the filter APIs for the Jakarta Portlet Specification. -
-
Uses of PortletPreferences in jakarta.portlet
Methods in jakarta.portlet that return PortletPreferences Modifier and Type Method Description PortletPreferencesPortletRequest. getPreferences()Returns the preferences object associated with the portlet.Methods in jakarta.portlet with parameters of type PortletPreferences Modifier and Type Method Description voidPreferencesValidator. validate(PortletPreferences preferences)If the preferences values are successfully validated the call to this method must finish gracefully. -
Uses of PortletPreferences in jakarta.portlet.filter
Methods in jakarta.portlet.filter that return PortletPreferences Modifier and Type Method Description PortletPreferencesPortletRequestWrapper. getPreferences()
-