Uses of Class
org.gatein.pc.portlet.impl.metadata.portlet.PortletMetaData
-
Packages that use PortletMetaData Package Description org.gatein.pc.portlet.impl.info org.gatein.pc.portlet.impl.jsr168 org.gatein.pc.portlet.impl.metadata org.gatein.pc.portlet.impl.metadata.adapter -
-
Uses of PortletMetaData in org.gatein.pc.portlet.impl.info
Methods in org.gatein.pc.portlet.impl.info with parameters of type PortletMetaData Modifier and Type Method Description ResourceBundleManagerContainerInfoBuilderContext. getBundleManager(PortletMetaData portletMD) -
Uses of PortletMetaData in org.gatein.pc.portlet.impl.jsr168
Methods in org.gatein.pc.portlet.impl.jsr168 with parameters of type PortletMetaData Modifier and Type Method Description ResourceBundleManagerContainerInfoBuilderContextImpl. getBundleManager(PortletMetaData portletMD) -
Uses of PortletMetaData in org.gatein.pc.portlet.impl.metadata
Methods in org.gatein.pc.portlet.impl.metadata that return PortletMetaData Modifier and Type Method Description PortletMetaDataPortletApplication10MetaData. getPortlet(String portletName)Methods in org.gatein.pc.portlet.impl.metadata that return types with arguments of type PortletMetaData Modifier and Type Method Description Collection<PortletMetaData>PortletApplication10MetaData. getPortletCollection()Map<String,PortletMetaData>PortletApplication10MetaData. getPortlets()Methods in org.gatein.pc.portlet.impl.metadata with parameters of type PortletMetaData Modifier and Type Method Description voidPortletApplication10MetaData. addPortlet(PortletMetaData portlet)Method parameters in org.gatein.pc.portlet.impl.metadata with type arguments of type PortletMetaData Modifier and Type Method Description voidPortletApplication10MetaData. setPortlets(Map<String,PortletMetaData> portlets) -
Uses of PortletMetaData in org.gatein.pc.portlet.impl.metadata.adapter
Methods in org.gatein.pc.portlet.impl.metadata.adapter that return types with arguments of type PortletMetaData Modifier and Type Method Description List<PortletMetaData>PortletListAdapter. marshal(Map<String,PortletMetaData> portletMap)Map<String,PortletMetaData>PortletListAdapter. unmarshal(List<PortletMetaData> portletList)Method parameters in org.gatein.pc.portlet.impl.metadata.adapter with type arguments of type PortletMetaData Modifier and Type Method Description List<PortletMetaData>PortletListAdapter. marshal(Map<String,PortletMetaData> portletMap)Map<String,PortletMetaData>PortletListAdapter. unmarshal(List<PortletMetaData> portletList)
-