Uses of Class
org.gatein.pc.portlet.impl.metadata.CustomPortletModeMetaData
-
Packages that use CustomPortletModeMetaData Package Description org.gatein.pc.portlet.impl.metadata org.gatein.pc.portlet.impl.metadata.adapter -
-
Uses of CustomPortletModeMetaData in org.gatein.pc.portlet.impl.metadata
Methods in org.gatein.pc.portlet.impl.metadata that return types with arguments of type CustomPortletModeMetaData Modifier and Type Method Description Map<String,CustomPortletModeMetaData>PortletApplication10MetaData. getCustomPortletModes()Methods in org.gatein.pc.portlet.impl.metadata with parameters of type CustomPortletModeMetaData Modifier and Type Method Description voidPortletApplication10MetaData. addCustomPortletMode(CustomPortletModeMetaData portletMode)Method parameters in org.gatein.pc.portlet.impl.metadata with type arguments of type CustomPortletModeMetaData Modifier and Type Method Description voidPortletApplication10MetaData. setCustomPortletModes(Map<String,CustomPortletModeMetaData> customPortletMode) -
Uses of CustomPortletModeMetaData in org.gatein.pc.portlet.impl.metadata.adapter
Methods in org.gatein.pc.portlet.impl.metadata.adapter that return types with arguments of type CustomPortletModeMetaData Modifier and Type Method Description List<CustomPortletModeMetaData>CustomPortletModeAdapter. marshal(Map<String,CustomPortletModeMetaData> map)Map<String,CustomPortletModeMetaData>CustomPortletModeAdapter. unmarshal(List<CustomPortletModeMetaData> list)Method parameters in org.gatein.pc.portlet.impl.metadata.adapter with type arguments of type CustomPortletModeMetaData Modifier and Type Method Description List<CustomPortletModeMetaData>CustomPortletModeAdapter. marshal(Map<String,CustomPortletModeMetaData> map)Map<String,CustomPortletModeMetaData>CustomPortletModeAdapter. unmarshal(List<CustomPortletModeMetaData> list)
-