Class PortletListAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<List<PortletMetaData>,Map<String,PortletMetaData>>
-
- org.gatein.pc.portlet.impl.metadata.adapter.PortletListAdapter
-
public final class PortletListAdapter extends XmlAdapter<List<PortletMetaData>,Map<String,PortletMetaData>>
- Version:
- $Revision$
- Author:
- Emanuel Muckenhuber
-
-
Constructor Summary
Constructors Constructor Description PortletListAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PortletMetaData>marshal(Map<String,PortletMetaData> portletMap)Map<String,PortletMetaData>unmarshal(List<PortletMetaData> portletList)
-
-
-
Method Detail
-
marshal
public List<PortletMetaData> marshal(Map<String,PortletMetaData> portletMap) throws Exception
- Specified by:
marshalin classXmlAdapter<List<PortletMetaData>,Map<String,PortletMetaData>>- Throws:
Exception
-
unmarshal
public Map<String,PortletMetaData> unmarshal(List<PortletMetaData> portletList) throws Exception
- Specified by:
unmarshalin classXmlAdapter<List<PortletMetaData>,Map<String,PortletMetaData>>- Throws:
Exception
-
-