Uses of Class
com.liferay.portlet.Preference
Packages that use Preference
-
Uses of Preference in com.liferay.portlet
Methods in com.liferay.portlet that return PreferenceModifier and TypeMethodDescriptionprotected static PreferencePortletPreferencesFactoryImpl.readPreference(XMLEventReader xmlEventReader) Methods in com.liferay.portlet that return types with arguments of type PreferenceModifier and TypeMethodDescriptionstatic Map<String,Preference> PortletPreferencesFactoryImpl.createPreferencesMap(String xml) protected Map<String,Preference> PortletPreferencesImpl.getModifiedPreferences()protected Map<String,Preference> PortletPreferencesImpl.getOriginalPreferences()PortletPreferencesImpl.getPreferences()protected Map<String,Preference> PortletPreferencesFactoryImpl.toPreferencesMap(String xml) Constructor parameters in com.liferay.portlet with type arguments of type PreferenceModifierConstructorDescriptionPortletPreferencesImpl(long companyId, long ownerId, int ownerType, long plid, String portletId, String xml, Map<String, Preference> preferences) PortletPreferencesImpl(String xml, Map<String, Preference> preferences) StrictPortletPreferencesImpl(long companyId, long ownerId, int ownerType, long plid, String portletId, String xml, Map<String, Preference> preferences)