Class PortletPreferencesListAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<List<PortletPreferenceMetaData>,Map<String,PortletPreferenceMetaData>>
org.gatein.pc.portlet.impl.metadata.adapter.PortletPreferencesListAdapter
public class PortletPreferencesListAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<List<PortletPreferenceMetaData>,Map<String,PortletPreferenceMetaData>>
- Version:
- $Revision$
- Author:
- Emanuel Muckenhuber
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
PortletPreferencesListAdapter
public PortletPreferencesListAdapter()
-
-
Method Details
-
marshal
public List<PortletPreferenceMetaData> marshal(Map<String, PortletPreferenceMetaData> arg0) throws Exception- Specified by:
marshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<List<PortletPreferenceMetaData>,Map<String, PortletPreferenceMetaData>> - Throws:
Exception
-
unmarshal
public Map<String,PortletPreferenceMetaData> unmarshal(List<PortletPreferenceMetaData> list) throws Exception - Specified by:
unmarshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<List<PortletPreferenceMetaData>,Map<String, PortletPreferenceMetaData>> - Throws:
Exception
-