Uses of Interface
javax.portlet.PortletPreferences
-
-
Uses of PortletPreferences in javax.portlet
Methods in javax.portlet that return PortletPreferences Modifier and Type Method Description PortletPreferencesPortletRequest. getPreferences()Returns the preferences object associated with the portlet.Methods in javax.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.
-