Uses of Interface
javax.portlet.PortletPreferences
-
-
Uses of PortletPreferences in javax.portlet
Methods in javax.portlet that return PortletPreferences Modifier and Type Method Description PortletPreferences
PortletRequest. getPreferences()
Returns the preferences object associated with the portlet.Methods in javax.portlet with parameters of type PortletPreferences Modifier and Type Method Description void
PreferencesValidator. validate(PortletPreferences preferences)
If the preferences values are successfully validated the call to this method must finish gracefully.
-