Uses of Class
org.gatein.pc.portlet.impl.metadata.portlet.PortletPreferenceMetaData
-
Packages that use PortletPreferenceMetaData Package Description org.gatein.pc.portlet.impl.metadata.adapter org.gatein.pc.portlet.impl.metadata.portlet -
-
Uses of PortletPreferenceMetaData in org.gatein.pc.portlet.impl.metadata.adapter
Methods in org.gatein.pc.portlet.impl.metadata.adapter that return types with arguments of type PortletPreferenceMetaData Modifier and Type Method Description List<PortletPreferenceMetaData>PortletPreferencesListAdapter. marshal(Map<String,PortletPreferenceMetaData> arg0)Map<String,PortletPreferenceMetaData>PortletPreferencesListAdapter. unmarshal(List<PortletPreferenceMetaData> list)Method parameters in org.gatein.pc.portlet.impl.metadata.adapter with type arguments of type PortletPreferenceMetaData Modifier and Type Method Description List<PortletPreferenceMetaData>PortletPreferencesListAdapter. marshal(Map<String,PortletPreferenceMetaData> arg0)Map<String,PortletPreferenceMetaData>PortletPreferencesListAdapter. unmarshal(List<PortletPreferenceMetaData> list) -
Uses of PortletPreferenceMetaData in org.gatein.pc.portlet.impl.metadata.portlet
Methods in org.gatein.pc.portlet.impl.metadata.portlet that return types with arguments of type PortletPreferenceMetaData Modifier and Type Method Description Map<String,PortletPreferenceMetaData>PortletPreferencesMetaData. getPortletPreferences()Methods in org.gatein.pc.portlet.impl.metadata.portlet with parameters of type PortletPreferenceMetaData Modifier and Type Method Description voidPortletPreferencesMetaData. addPortletPreference(PortletPreferenceMetaData preference)Method parameters in org.gatein.pc.portlet.impl.metadata.portlet with type arguments of type PortletPreferenceMetaData Modifier and Type Method Description voidPortletPreferencesMetaData. setPortletPreferences(Map<String,PortletPreferenceMetaData> portletPreferences)
-