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 javax.xml.bind.annotation.adapters.XmlAdapter<List<PortletMetaData>,Map<String,PortletMetaData>>
- Version:
- $Revision$
- Author:
- Emanuel Muckenhuber
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmarshal(Map<String, PortletMetaData> portletMap) unmarshal(List<PortletMetaData> portletList)
-
Constructor Details
-
PortletListAdapter
public PortletListAdapter()
-
-
Method Details
-
marshal
- Specified by:
marshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<List<PortletMetaData>,Map<String, PortletMetaData>> - Throws:
Exception
-
unmarshal
- Specified by:
unmarshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<List<PortletMetaData>,Map<String, PortletMetaData>> - Throws:
Exception
-